UDP question
I wrote a simple UDP client using sendto and a simple UDP server using
recvfrom.
When I run both the client and server on the same machine, about 25
percent UDP messages are dropped. If I run the client and server on
different machines, only a few UDP messages are dropped.
What is the problem?
Thanks.
Jack
.
Relevant Pages
- Re: What is the minimum-size UDP packet?
... > with the server but for scalability reasons there is not a one to one map ... A client may disconnect ... If the server hasn't received a valid session ID via UDP from the ... Connectionless - there is no connection. ... (microsoft.public.dotnet.languages.csharp) - Re: What is the minimum-size UDP packet?
... > with the server but for scalability reasons there is not a one to one map ... A client may disconnect ... If the server hasn't received a valid session ID via UDP from the ... Connectionless - there is no connection. ... (microsoft.public.win2000.networking) - My goal is a _really slow_ connection
... We try to transfer a small file from server 172.16.3.1 via ... How do I keep the server from repeating too ... Is there an option / a command to make the IP level on the client ... udp 191 ... (comp.os.linux.development.system) - Re: Problem with certificates/L2TP VPN
... Do you have Kerberos (port 88 on UDP & TCP) open? ... of RRAS server. ... The client IS behind NAT. ... UDP 500 - for IKE ... (microsoft.public.windows.server.networking) - My goal is a _really slow_ connection
... We try to transfer a small file from server 172.16.3.1 via ... How do I keep the server from repeating too ... Is there an option / a command to make the IP level on the client ... udp 191 ... (alt.os.linux.suse) |
|