Open GoogleCodeExporter opened 9 years ago
Here is a patch that fixed the majority of the performance issues I was seeing
with Honeyd. The primary problem I found was that out of order TCP packets are
dropped instead of buffered.
This patch makes the following changes:
- Increases the default window and TCP buffer sizes.
- Buffers out of order packets instead of dropping them.
- Responds to keep alive packets with an ACK.
- Handles TCP packet checksums set to 0xffff.
- Sets checksums on packets received on lookback device to allow Honeyd to run
on the loopback interface.
- Allows up to 8192 byte UDP packets (from 2048).
Original comment by pkwar...@gmail.com
on 3 Sep 2010 at 9:42
Attachments:
Original issue reported on code.google.com by
pkwar...@gmail.com
on 4 Jun 2009 at 1:57