﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
589	UDP packets corrupted under high load	Jakub Jermář	Jiri Svoboda	"When testing UDP from outside of HelenOS (which runs in QEMU) using the following command:

{{{
while true; do echo foo | nc -u localhost 8080; done
}}}

some of the packets will arrive with corrupted payload. This can be observed by running:

{{{
# netecho -v -p 8080
}}}

After some time, `netecho` will not print ""foo"" when it receives the packet, but some garbage. The reported size of the payload remains 4 bytes. Sending the UDP datagrams at a slower rate does not exhibit the problem.
"	defect	closed	major	0.7.1	helenos/net/udp	mainline	worksforme					
