We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270f5c9 commit bef2186Copy full SHA for bef2186
src/main/java/com/cisco/trex/stateful/api/lowlevel/ASTFProgram.java
@@ -397,7 +397,7 @@ public void setSendBlocking(boolean block) {
397
}
398
399
public void setKeepAliveMsg(int msec) {
400
- this.fields.get(COMMANDS).add(new ASTFCmdRecvMsg(this.totalRcvBytes, false));
+ this.fields.get(COMMANDS).add(new ASTFCmdKeepaliveMsg(msec));
401
402
403
/**
0 commit comments