Hi, I was browsing through the networking code and noticed an odd thing:
TCP sockets support a listen-backlog, i.e. the number of maximum pending
copnnections. This is initialised to 50 and never changed.

Wouldn't it be interesting to see if it would be sensible to modify the
backlog depending on the number of available threads and already
established connections?

OTOH, how much sense does *first* accepting a connection and *then*
deciding whether to drop it immediately make? Not much, IMO.
[The code im referring to is in interfaces/Interface.java &
interfaces/PublicInterface.java/dispatch]

Which brings me to the last issue: Could someone please
give me a hint as to what put into my CLASSSPATH to compile
Freenet on Linux or BSD? It's always missing symbols or packages,
and IANAJE.
-- 
Volker Stolz * vs at foldr.org * PGP + S/MIME

_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://lists.freenetproject.org/mailman/listinfo/devl

Reply via email to