[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ProgSoc] UDP Datagrams



> > If I'm using UDP to transfer datagrams on a LAN. What are some
> > measures i can take to increase the throughput.
> 
> ok, your big problem is congestion avoidance.

If you have control over the high level UDP protocol,
make it a system that waits for a response before asking
again (you will need to reset this after some reasonable timeout).
That way a slow response on the network also slows down the demand
and the system is self-regulating to a degree. If lots of UDPs are
getting lost then there's a clot somewhere and hammering the system
with more UDPs isn't going to help.

Out of curiosity, what's it for?

	- Tel

--
You are subscribed to the progsoc mailing list. To unsubscribe, send a
message containing "unsubscribe" to progsoc-request@nospam.progsoc.uts.edu.au.
If you are having trouble, ask owner-progsoc@nospam.progsoc.uts.edu.au for help.

This list is archived at <http://www.progsoc.uts.edu.au/lists/progsoc/>