Bugzilla – Bug 835
Unlimited receive queues in sockets == evil
Last modified: 2010-04-14 17:00:07 UTC
I later realized UdpSocket had the same problem. Unlimited queues are evil. +++ This bug was initially created as a clone of Bug #832 +++ It appears there's a receive queue in PacketSocket. This queue is unlimited by default. 1. Unlimited by default is highly unrealistic; 2. Why is there a receive queue at all? UDP sockets do not have RX queue... This cost me days of debugging *sigh* I had already filed a bug for TCP tx buffer being unlimited, but did not realize at the time that the packet socket had an equally evil infinite queue :-|
Created attachment 780 [details] patch to fix? This does not change test or regression output.
(In reply to comment #1) > Created an attachment (id=780) [details] > patch to fix? +1 Re-titling to make it more generic.
*** Bug 832 has been marked as a duplicate of this bug. ***
changeset ebe303de4725