==== run-tcpbench6-3-1 ==== rm -f nc.log nc -6 -v -l -V 20 fc00:0:0:1::20 12345 >/dev/null 2>nc.log & # Wait until nc is listening. for i in `jot 30`; do if fgrep -q Listening nc.log; then break; fi; sleep .1; done fgrep Listening nc.log Listening on fc00:0:0:1::20 12345 # Test that path MTU dicovery is working. tcpbench -6 -t 5 -V 22 -b fc00::22 fc00:0:0:1::20 elapsed_ms bytes mbps bwidth 1004 264704648 2109.200 100.00% Conn: 1 Mbps: 2109.200 Peak Mbps: 2109.200 Avg Mbps: 2109.200 2005 247452784 1977.645 100.00% Conn: 1 Mbps: 1977.645 Peak Mbps: 2109.200 Avg Mbps: 1977.645 3006 189451008 1515.608 100.00% Conn: 1 Mbps: 1515.608 Peak Mbps: 2109.200 Avg Mbps: 1515.608 4009 174490008 1391.745 100.00% Conn: 1 Mbps: 1391.745 Peak Mbps: 2109.200 Avg Mbps: 1391.745 5009 202464736 1619.718 100.00% Conn: 1 Mbps: 1619.718 Peak Mbps: 2109.200 Avg Mbps: 1619.718 --- fc00:0:0:1::20 tcpbench statistics --- 1285387936 bytes sent over 6.001 seconds bandwidth min/avg/max/std-dev = 1391.745/1722.783/2109.200/274.737 Mbps # path MTU discovery in other rtable does not work in ip6_output() /sbin/route -T 22 -n get -host -inet6 fc00:0:0:1::20 route to: fc00:0:0:1::20 destination: fc00:: mask: ffff:ffff:ffff:: gateway: ::1 interface: lo22 if address: ::1 priority: 8 (static) flags: use mtu expire 65 32768 0 DISABLED