summaryrefslogtreecommitdiffstats
path: root/src/parse.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2012-05-28 12:28:40 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2012-05-28 12:28:40 +0200
commitfcd6f78d277113628205789c8aba9ab1f5152fc4 (patch)
tree2f5ff50c49edfe2c3f9ee3c22627fd9ecb5b8c87 /src/parse.c
parentc5e0c17653274e9cc21f677e6fe3bd822a569a00 (diff)
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 'src/parse.c')
0 files changed, 0 insertions, 0 deletions