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
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
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
§ä´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
æ¾å°èªå·±çä¸ç天 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