My average bandwidth throttled node settles down to exactly track its
defined long-term weekly traffic limits. Any nodes in contact with it
will be slowed to match it (if they don't lose patience and timeout).
They don't get rejected.

Currently serverSockets get created with a fixed backlog of 50.
This means 50 clients could have false hopes of a communication soon.
Maybe better to have a backlog of 1 so that clients don't connect to a
busy node at all.
 
-- 
Christopher William Turner, http://www.cycom.co.uk/ Java development
since 1996
http://club.cycom.co.uk/tms.htm Terminology Management software
http://club.cycom.co.uk/wt.htm  Wind Turbine blade design software

_______________________________________________
devl mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to