public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: want opinions on possible glitch in 2.4 network error reporti ng
@ 2002-02-07 17:37 Perches, Joe
  2002-02-07 18:08 ` Richard B. Johnson
  0 siblings, 1 reply; 11+ messages in thread
From: Perches, Joe @ 2002-02-07 17:37 UTC (permalink / raw)
  To: 'linux-kernel@vger.kernel.org'; +Cc: 'Alan Cox'

>> I ran into a somewhat related issue on a 2.2.16 system, where I had an
app that 
>> was calling sendto() on 217000 packets/sec, even though the wire could
only 
>> handle about 127000 packets/sec. I got no errors at all in sendto, even
though 
>> over a third of the packets were not actually being sent. 

> That is correct UDP behaviour 

Do you think this is the correct PacketSocket/RAW behaviour?
How does one guarantee a send/sendto/write?

^ permalink raw reply	[flat|nested] 11+ messages in thread
* RE: want opinions on possible glitch in 2.4 network error reporti ng
@ 2002-02-07 20:37 Perches, Joe
  0 siblings, 0 replies; 11+ messages in thread
From: Perches, Joe @ 2002-02-07 20:37 UTC (permalink / raw)
  To: 'root@chaos.analogic.com'
  Cc: 'linux-kernel@vger.kernel.org', 'Alan Cox'

How does one guarantee a packet socket send/sendto/write?

-----Original Message-----
From: Richard B. Johnson [mailto:root@chaos.analogic.com]
> > That is correct UDP behaviour 
> Do you think this is the correct PacketSocket/RAW behaviour?
Yes.
> How does one guarantee a send/sendto/write?
Easy, you use send() or write(). These work on stream protocol TCP/IP
where there is a "connection".

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2002-02-08  8:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-07 17:37 want opinions on possible glitch in 2.4 network error reporti ng Perches, Joe
2002-02-07 18:08 ` Richard B. Johnson
2002-02-07 18:44   ` Chris Friesen
2002-02-07 19:51     ` Jan Harkes
2002-02-07 20:10       ` Chris Friesen
2002-02-07 20:33     ` Richard B. Johnson
2002-02-07 21:06       ` Chris Friesen
2002-02-07 21:29         ` Richard B. Johnson
2002-02-07 22:29         ` Mark Frazer
2002-02-08  8:35   ` Ian Molton
  -- strict thread matches above, loose matches on Subject: below --
2002-02-07 20:37 Perches, Joe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox