Simson L. Garfinkel
Simson L. Garfinkel
That was my idea. However, if all you need is a doubly linked list, then you should should use the std::list. When stream is accessed remove the item from the...
I don't think that there is a problem keeping an iterative. Why would there be? Why is performance of size() different on Ubuntu 14.04? Old version of STL? If need...
Some users wanted to restrict the number of open files below the operating system limit, hence max_fds. Another way to implement it would be using setrlimit, I suppose > On...
Hi. No, I don't agree. Several users wanted to be able to restrict the max number of fds. It's useful code, and it's there at a user request. It's also...
I don't know if setrlimit() would work. I haven't tested that, and I haven't discussed it with the potentially affected users. > On Oct 4, 2015, at 11:16 PM, EaseTheWorld...
Let me look at the code in depth. Sent from my iPhone > On Oct 5, 2015, at 3:24 AM, EaseTheWorld [email protected] wrote: > > If so, then open_flows.size() check...
It would be better to use #ifdef. However, we can delete the option, rather than fork. Sent from my iPhone > On Oct 5, 2015, at 3:28 AM, EaseTheWorld [email protected]...
Your comment is noted, but it is wrong. The Windows version works fine for analysis. It's true that it doesn't do live capture, but they are far from useless, as...
Retitled issue and re-opened.
Thanks. Yes, the man page does need to be updated. Until then, type "-hhh" On Apr 11, 2013, at 5:11 PM, Tom Gullo [email protected] wrote: > tcpflow -i wlan0 port...