diff options
author | lpleahy <lpleahy@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-30 23:52:45 +0000 |
---|---|---|
committer | lpleahy <lpleahy@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-30 23:52:45 +0000 |
commit | 58081f2c64fbc2f89ac5a9b47b2643c280bc8f99 (patch) | |
tree | 38b4d7e944cd424802bde9528fffee8ad6f500c3 /StdLib/EfiSocketLib/ReleaseNotes.txt | |
parent | 59bc059327dd519619fa437c0d7c941e090cd8a3 (diff) | |
download | edk2-platforms-58081f2c64fbc2f89ac5a9b47b2643c280bc8f99.tar.xz |
Fix compilation errors detected with GCC 4.4
Signed-off-by: lpleahy
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12504 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'StdLib/EfiSocketLib/ReleaseNotes.txt')
-rw-r--r-- | StdLib/EfiSocketLib/ReleaseNotes.txt | 3 |
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
|