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

Re: [ProgSoc] UDP Datagrams



kiki wrote this...

> Hi guys,

> 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. basically you need to
figure the size of the thinest point on the path (ie the largest
amount of data you can send in a given time that _wont_ create
congestion). one suggestion i would have is to use a method similar to
TCP Vegas congestion control. you could probably hack some of the bing
code to do your calculations of bit rate etc. and if you are using UDP
over just a LAN and you arent using broadcast UDP i would suggest
using a switch if you arent already. if you want more details on the
above then mail me.

      Matt
--
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/>