summaryrefslogtreecommitdiff
path: root/StdLib/EfiSocketLib/Tcp4.c
AgeCommit message (Expand)Author
2012-06-29Choose a better subnet mask value for the IPv4 address.lpleahy
2012-06-22Fix listen exit path when last port returns an error.lpleahy
2012-06-08Fix port retry behavior during connect - All port error paths exit through Co...lpleahy
2012-06-07Only use ports with a network connection (media present) when connecting to a...lpleahy
2012-06-04Only use ports with a network connection (media present) when connecting to a...lpleahy
2012-03-05Fix read issue detected by the following Python program. The issue was that ...lpleahy
2012-02-24Fix issues detected by python web-server.lpleahy
2012-02-09Merged socket development branch:lpleahy
2011-09-30Update the sockets library codelpleahy
2011-08-08Better handle transmit errorslpleahy
2011-07-30Add Socket Libraries.darylm503