diff options
author | Hiroaki KAWAI <kawai@stratosphere.co.jp> | 2014-07-12 09:56:38 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-07-17 15:04:20 +0900 |
commit | 5eb2cdf2466ffaf5559a614bc09e341dc3d9ffb5 (patch) | |
tree | e7afcea5871a8c2f9bfa4a4b10207b8994007cc0 /doc/source/conf.py | |
parent | bfe4b79a1f1773dccad696bf04f342b1786a24cb (diff) |
Correct tcp option values in the test set
"\x11"*4 is an invalid value for TCP option, because it
would be decoded as Kind=17 and Length=17, but actual
size is 4.
If we'd like to set some non-zero value for TCP option
here, Kind=1(NOOP) is better.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source/conf.py')
0 files changed, 0 insertions, 0 deletions