
Steps to reproduce the behaviorĭocker network create -d macvlan -subnet=$ iperf3-serverĭocker run -it -rm networkstatic/iperf3 -c 192.168.204.9Ĭonnecting to host 192.168.204.9, port 5201 To analyse the problem I've used the following image: networkstatic/iperf3.

During tests I've found out that if I'm doing a tcpdump on eth0 interface of the docker host machine I see many TCP re-transmissions. I have containers which are attached to bridge (docker default) and also macvlan network. When I send data through docker containers there is no TCP retransmission. When I send data through docker containers there is no TCP retransmission.


I searched existing issues before opening this one.
