summaryrefslogtreecommitdiff
path: root/StdLib/EfiSocketLib/ReleaseNotes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'StdLib/EfiSocketLib/ReleaseNotes.txt')
-rw-r--r--StdLib/EfiSocketLib/ReleaseNotes.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/StdLib/EfiSocketLib/ReleaseNotes.txt b/StdLib/EfiSocketLib/ReleaseNotes.txt
index fd8ed74022..c978e42405 100644
--- a/StdLib/EfiSocketLib/ReleaseNotes.txt
+++ b/StdLib/EfiSocketLib/ReleaseNotes.txt
@@ -23,6 +23,9 @@ The following issues exist with the EFI Socket Library:
* TCPv4 transfer rate is slow (< 10 Mbits/sec) - This is an unidentified issue.
+* Tcp4Dxe transmits more urgent data than is sent through sockets when normal data is
+ queued for transmission before the urgent data. HSD 206365
+
* Raw socket applications are not able to pass the IP header as part of their
payload by using the IP option IP_HDRINCL. This is because the UEFI IPv4 driver
(Ip4Dxe) does not support RawData. HSD 206136