==== 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 1000 152554096 1220.433 100.00% Conn: 1 Mbps: 1220.433 Peak Mbps: 1220.433 Avg Mbps: 1220.433 2001 158393576 1267.149 100.00% Conn: 1 Mbps: 1267.149 Peak Mbps: 1267.149 Avg Mbps: 1267.149 3001 157946544 1263.572 100.00% Conn: 1 Mbps: 1263.572 Peak Mbps: 1267.149 Avg Mbps: 1263.572 4001 152496032 1219.968 100.00% Conn: 1 Mbps: 1219.968 Peak Mbps: 1267.149 Avg Mbps: 1219.968 5003 157908728 1262.008 100.00% Conn: 1 Mbps: 1262.008 Peak Mbps: 1267.149 Avg Mbps: 1262.008 --- fc00:0:0:1::20 tcpbench statistics --- 934739344 bytes sent over 6.001 seconds bandwidth min/avg/max/std-dev = 1219.968/1246.626/1267.149/21.641 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 24 32768 0 DISABLED