diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-05-28 12:28:40 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-05-28 12:28:40 +0200 |
commit | fcd6f78d277113628205789c8aba9ab1f5152fc4 (patch) | |
tree | 2f5ff50c49edfe2c3f9ee3c22627fd9ecb5b8c87 /doc | |
parent | c5e0c17653274e9cc21f677e6fe3bd822a569a00 (diff) | |
download | conntrack-tools-fcd6f78d277113628205789c8aba9ab1f5152fc4.tar.gz conntrack-tools-fcd6f78d277113628205789c8aba9ab1f5152fc4.zip |
conntrackd: simplify TCP connection handling logic
Before this patch, we called accept() to likely return EAGAIN.
This is not required as select() will tell us that we're ready
to accept. Therefore, that early accept() invocation complicates
the whole handling just to get the connection accepted a bit
before.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions