Date: Tue, 08 Jan 2019 16:21:53 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 234754] FreeBSD 12.0 ena Network Driver on AWS EC2 Packet Loss Message-ID: <bug-234754-227-gRqDJroc8g@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-234754-227@https.bugs.freebsd.org/bugzilla/> References: <bug-234754-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234754 --- Comment #1 from Mike Walker <mwalker@carbonhouse.com> --- Also I can replicate this with TCP as well as UDP. Example TCP transfer test-case commands, right now this reliably stalls aro= und 12-15MB into the transfer, going at 1.36MiB/s: ################ # client: dd if=3D/dev/urandom of=3Drand100M.bin bs=3D1M count=3D100 pv -pterbT rand100M.bin | nc -v 34.242.134.36 31337 # server: nc -v -k -l 31337 | pv -W -s 100000000 -p -t -e -r -b -T > /tmp/rand100M.b= in ################ Example UDP transfer test-case commands, right now this reliably stalls aro= und 2-3MB into the transfer:=20 ################ # client: dd if=3D/dev/urandom of=3Drand100M.bin bs=3D1M count=3D100 pv -pterbT rand100M.bin | nc -v -u 34.242.134.36 31337 # server: nc -u -v -k -l 31337 | pv -W -s 100000000 -p -t -e -r -b -T > /tmp/rand100M= .bin ################ --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234754-227-gRqDJroc8g>