diff options
author | Yuichi Ito <ito.yuichi0@gmail.com> | 2014-06-09 13:35:44 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-06-10 21:12:58 +0900 |
commit | 3bfddf9e077ac9b1a8bb9c67904e0b501814859e (patch) | |
tree | a2f06e441ea0bf4698e2a8c397d299afb7e8abce /.travis.yml | |
parent | b3d75d14ea7b40090f41c21a15164242ac0c149c (diff) |
sw test tool: Improve readability of tcp options
option='\\x00\\x00\\x00\\x00'
-> option=str('\\x00' * 4)
option='\\x11\\x11\\x11\\x11'
-> option=str('\\x11' * 4)
Signed-off-by: Yuichi Ito <ito.yuichi0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions