Skip to content

Commit 6ecb857

Browse files
correct javadoc
1 parent 62ddb6f commit 6ecb857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/cisco/trex/stateless/TRexClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,9 @@ public void removeRxFilters(int portIndex, int profileId) {
382382
}
383383

384384
/**
385-
* Block until traffic on specified port(s) has ended
385+
* Wait until traffic on specified port(s) has ended
386386
*
387-
* @param timeoutInSecounds 0 means blocking
387+
* @param timeoutInSecounds
388388
* @param rxDelayMs Time to wait (in milliseconds) after last packet was sent, until RX filters
389389
* used for measuring flow statistics and latency are removed. This value should reflect the
390390
* time it takes packets which were transmitted to arrive to the destination. After this time,

0 commit comments

Comments
 (0)