summaryrefslogtreecommitdiff
path: root/StdLib/EfiSocketLib/Socket.h
AgeCommit message (Expand)Author
2013-11-20Ignore transmit errors for UDPv4, UDPv6 and IPv4.Lee Leahy
2013-02-27Otherwise gcc can default to the "sysv_abi" (as opposed to the "ms_abi") call...lpleahy
2013-02-08Increase sockets performance by increasing the maximum buffer sizes.lpleahy
2012-10-08Fixed close for socket to properly release the socket context structure and t...lpleahy
2012-02-24Fix issues detected by python web-server.lpleahy
2012-02-09Merged socket development branch:lpleahy
2011-09-30Fix compilation errors detected with GCC 4.4lpleahy
2011-09-30Update the sockets library codelpleahy
2011-07-30Add Socket Libraries.darylm503