Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-14 | sock: Check return value of setsockopt() in set_tcp_nodelay() | Tobias Klauser | 1 | -2/+5 | |
Check the return value of setsockopt() and panic in case it is not 0, as in the other setsockopt() wrapper functions. This issue was discovered by the Coverity scanner. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2013-06-04 | sock: add socket management functions | Daniel Borkmann | 1 | -0/+176 | |
Remove them from xutils, and add them to socket management. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> |