Skip to content

Commit 0569f9a

Browse files
committed
Support new Tcp parameters
1 parent e61ccd6 commit 0569f9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/cisco/trex/stateful/api/lowlevel/ASTFGlobalInfoBase.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ enum TcpParam {
113113
TX_BUF_SIZE("txbufsize"),
114114
REXMTTHRESH("rexmtthresh"),
115115
DO_RFC1323("do_rfc1323"),
116+
DO_SACK("do_sack"),
117+
CC_ALGO("cc_algo"),
118+
REASS_MAX_QLEN("reass_maxqlen"),
116119
KEEP_INIT("keepinit"),
117120
KEEP_IDLE("keepidle"),
118121
KEEP_INTVL("keepintvl"),

0 commit comments

Comments
 (0)