Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-15 | misc: remove two header comments | Daniel Borkmann | 1 | -6/+0 | |
It's ridiculous to have a header comment here. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> | |||||
2013-06-04 | corking: use bool instead of int | Daniel Borkmann | 1 | -4/+4 | |
We have a boolen condition, so use bool instead of doing stupid things with ints. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> | |||||
2013-06-04 | corking: break out udp/tcp cork functions | Daniel Borkmann | 1 | -0/+66 | |
No, it's not about whine bottles ... move udp and tcp cork functions out of xutils.c, so that we can further let it shrink. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> |