==== run-tcpbench6-3-1 ==== rm -f nc.log nc -6 -v -l -V 41 fc00:0:0:1::41 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::41 12345 # Test that path MTU dicovery is working. tcpbench -6 -t 5 -V 43 -b fc00::43 fc00:0:0:1::41 elapsed_ms bytes mbps bwidth 1000 168924280 1351.394 100.00% Conn: 1 Mbps: 1351.394 Peak Mbps: 1351.394 Avg Mbps: 1351.394 2000 172564440 1380.516 100.00% Conn: 1 Mbps: 1380.516 Peak Mbps: 1380.516 Avg Mbps: 1380.516 3002 208692592 1667.873 100.00% Conn: 1 Mbps: 1667.873 Peak Mbps: 1667.873 Avg Mbps: 1667.873 4002 210596792 1684.774 100.00% Conn: 1 Mbps: 1684.774 Peak Mbps: 1684.774 Avg Mbps: 1684.774 5003 305786424 2443.848 100.00% Conn: 1 Mbps: 2443.848 Peak Mbps: 2443.848 Avg Mbps: 2443.848 --- fc00:0:0:1::41 tcpbench statistics --- 1278565568 bytes sent over 6.008 seconds bandwidth min/avg/max/std-dev = 1351.394/1705.681/2443.848/394.464 Mbps # path MTU discovery in other rtable does not work in ip6_output() /sbin/route -T 43 -n get -host -inet6 fc00:0:0:1::41 route to: fc00:0:0:1::41 destination: fc00:: mask: ffff:ffff:ffff:: gateway: ::1 interface: lo43 if address: ::1 priority: 8 (static) flags: use mtu expire 33 32768 0 DISABLED