Gregory Nutt
|
2c95fef501
|
Remove some empty code section comments
|
2016-02-26 07:35:55 -06:00 |
Gregory Nutt
|
d700793077
|
Fix a compile error when IPv6 is enabled
|
2015-09-07 16:34:25 -06:00 |
Gregory Nutt
|
14297afb83
|
Cosmetic fix to break up long line
|
2015-09-03 07:33:50 -06:00 |
Gregory Nutt
|
36f4d0e9fc
|
Fix a error in some comments
|
2015-09-02 20:03:28 -06:00 |
Gregory Nutt
|
0e2986f131
|
net/tcp: The logic that binds a specific networkd device to a connection was faulty for the case of multiple network devices. On bind(), the local address should be used to associate a device with the connection (if the local address is not INADDR_ANY); On connect(), the remote address should be used (in case the local address is INADDR_ANY). On accept(), it does not matter but the remote address is the one guarenteed to be available.
|
2015-09-02 19:48:31 -06:00 |
Gregory Nutt
|
933b95ac80
|
Forgot to add a file in the last commit
|
2015-05-30 09:17:46 -06:00 |