forked from xdp-project/xdp-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xdp-synproxy: allow enable disable wscale option
this is to workaround XDP synproxy intermittent small packet transmission issue when window scale, time stamp is enabled see #7 ./xdp_synproxy --iface lo --mss4 1460 --mss6 1440 --wscale 0 --ttl 64 --ports 443 result XDP generated SYNACK TCP Options: (4 bytes), Maximum segment size ./xdp_synproxy --iface lo --mss4 1460 --mss6 1440 --wscale 7 --ttl 64 --ports 443 result XDP generated SYNACK TCP Options: (16 bytes), Maximum segment size, SACK permitted, Timestamps, NOP, Wscale Signed-off-by: Vincent Li <[email protected]>
- Loading branch information
1 parent
2a7e3ef
commit 72cd8df
Showing
2 changed files
with
18 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters