Re: UDP question
On Sep 12, 11:37 pm, Jack <junw2...@xxxxxxxxx> wrote:
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?
When you detect packet loss, you need to slow down. The problem is
that your code has no transmit pacing. On different machines, the
network paces transmissions for you to some extent.
DS
.
Relevant Pages
- Re: Ms office should also be in a client/server environment
... Supposedly there will be a server based version of Excel (that I assume you ... > windows client and office as many machines comes preinstalled from the ... so thats why I want that if microsoft builds some office server ... > preinstalled with windows client and office too. ... (microsoft.public.office.developer.automation) - Re: nessus returning an empty report
... There is communication between the client and server, ... I have scanned localhost, 127.0.0.1 and other machines on the network, ... I've mailed the nessus mailing list and had some suggestions from them. ... (Pen-Test) - Re: Legacy Client wont install on NT4?
... right click again and choose Refresh. ... >> 4.0" and there is no information if it is a server or a workstation. ... dc in order to know whether it should have client pushed to ... > machines show up in any of the "querys" except for the "All Systems" ... (microsoft.public.sms.setup) - Re: Client Agent Push
... If they are not assigned the client will not push to those machines. ... MP and SLP on the primary server and also I have ... heartbeat discovery scheduled to run every 2 hours ... (microsoft.public.sms.admin) - Re: VPN tunnel with XP Home on remote end cant connect to server in App Mode
... Server) I get a "packet needs to be fragmented, ... The client stores the license locally in the MSLicensing key. ... machines as local Administrator, you should have sufficient ... (microsoft.public.win2000.termserv.clients) |
|