You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote a program to detect when this change happens and found that tcpreplay appears to be a cause:
$ /usr/bin/tcprewrite --version
tcprewrite version: 4.2.6 (build git:v4.2.6) (debug)
Copyright 2013-2017 by Fred Klassen <tcpreplay at appneta dot com> - AppNeta
Copyright 2000-2012 by Aaron Turner <aturner at synfin dot net>
The entire Tcpreplay Suite is licensed under the GPLv3
Cache file supported: 04
Not compiled with libdnet.
Compiled against libpcap: 1.8.1
64 bit packet counters: enabled
Verbose printing via tcpdump: enabled
Fragroute engine: disabled
Warning, STDIN in nonblock mode
$
Could tcpreplay be updated to restore the flags on STDIN (and maybe STDOUT / STDERR, if needed) upon termination? Thanks!
The text was updated successfully, but these errors were encountered:
I've been having some problems with STDIN getting set to non-blocking mode, breaking several other commands run in that same terminal window:
https://unix.stackexchange.com/questions/437409/problems-caused-by-stdin-set-to-non-blocking-mode
I wrote a program to detect when this change happens and found that tcpreplay appears to be a cause:
Could tcpreplay be updated to restore the flags on STDIN (and maybe STDOUT / STDERR, if needed) upon termination? Thanks!
The text was updated successfully, but these errors were encountered: