UDP queue size

2009-06-19 Thread ���m�ۤv...@����
I got a problem about UDP. How do I get the UDP buffer size? When the server had some delay in handling incoming UDP, it will lost some package. I wonder it's because the system buffer size, is there any ways to find the exactly size of the buffer? ex: client.py import socket

Re: UDP queue size

2009-06-18 Thread Nick Craig-Wood
Martin P. Hellwig wrote: > Scott David Daniels wrote: > > 找尋自己的一片天 wrote: > >> I got a problem about UDP. > >> > >> How do I get the UDP buffer size? > >> > >> When the server had some delay in handling incoming UDP, it will lost > >> some package. I wonder it's because the system

Re: UDP queue size

2009-06-17 Thread Martin P. Hellwig
Scott David Daniels wrote: > 找尋自己的一片天 wrote: >> I got a problem about UDP. >> >> How do I get the UDP buffer size? >> >> When the server had some delay in handling incoming UDP, it will lost >> some package. I wonder it's because the system buffer size, is there any >> ways to find

Re: UDP queue size

2009-06-17 Thread Nick Craig-Wood
§ä´m¦Û¤vª�...@¤ù¤Ñ wrote: > I got a problem about UDP. > > How do I get the UDP buffer size? > > When the server had some delay in handling incoming UDP, it will lost > some package. I wonder it's because the system buffer size, is there any > ways to find the exactly size of t

Re: UDP queue size

2009-06-17 Thread Scott David Daniels
找尋自己的一片天 wrote: > I got a problem about UDP. > > How do I get the UDP buffer size? > > When the server had some delay in handling incoming UDP, it will lost > some package. I wonder it's because the system buffer size, is there any > ways to find the exactly size of the buffer? U