Alexander Zimmermann

Results 17 comments of Alexander Zimmermann

(by oxygenx) This ist the expected and correct behaviour on FreeBSD. It binds exactly one address and FreeBSD prefers v6 over v4. You can change the binding address with -b.

(by lars-g) On Oct 15, 2013, at 14:11, Christian Samsel wrote: > This ist the expected and correct behaviour on FreeBSD. It binds exactly > one address and FreeBSD prefers...

Originally, @csamsel would like to have different dump files for different flows. In theory, it is possible by disjoint filters e.g. port based but you cannot attach multiple libpcap threads...

See https://github.com/the-tcpdump-group/libpcap/issues/75. Is libpcap now thread safe?

(by alexander-zimmermann) C&P error. Second block above should be: alexandz@phobos01:~$ ~/bin/flowgrind -p -T s=10.00 -O s=TCP_CONG_MODULE=hybla XML-RPC Fault: RPC failed at server. Unable to set congestion control algorithm: Operation not...

(by oxygenx) Yes this is expected. the receiver does not know about the fact that sender cannot use a specific cc. this behavior is not nice bot there is no...

@RiRa12621 me too. happy to help as well.

@dometto Thanks a lot! Fine by me to close the issue ;-)

Version: docker latest (see my docker compose): ``` alexander@ubuntu:~$ docker exec -it telegraf bash root@telegraf:/# telegraf --version Telegraf 1.29.4 (git: HEAD@4441c4ed) ```