Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_bootable_bootloader_edk2
/
ed2bc0ebb14ef09ebecfd39055a0e7ee93213ca0
/
StdLib
/
EfiSocketLib
/
Tcp6.c
0e56588
StdLib: Fix GCC warnings/errors caused by variables being set but not used.
by Olivier Martin
· 10 years ago
ceecdc6
Fix the non-blocking behavior for connect. The behavior was correct if the code polled the connect routine but was not correct when using select to complete the asynchronous request. This change fixes the select case by moving where some of the operations performed upon the connection completion.
by lpleahy leroy.p.leahy
· 11 years ago
a93b0f4
Fix GCC build errors
by Lee Leahy
· 11 years ago
2dc09dd
Ignore transmit errors for UDPv4, UDPv6 and IPv4.
by Lee Leahy
· 11 years ago
b497a8a
Fix listen exit path when last port returns an error.
by lpleahy
· 13 years ago
44538ba
Fix port retry behavior during connect - All port error paths exit through ConnectComplete to try the next port. When the last port fails to connect, the port error status to errno translation gets done by ConnectPoll.
by lpleahy
· 13 years ago
3a2fc87
Only use ports with a network connection (media present) when connecting to a remote host.
by lpleahy
· 13 years ago
fcb6f89
Fix read issue detected by the following Python program. The issue was that the caller's buffer pointer was not being advanced between segments of the read data.
by lpleahy
· 13 years ago
f74dc4b
Fix issues detected by python web-server.
by lpleahy
· 13 years ago
3bdf9aa
Merged socket development branch:
by lpleahy
· 13 years ago