[DGD] new network patches

bart at wotf.org bart at wotf.org
Sat Jan 12 23:20:31 CET 2008


On Sat, 12 Jan 2008 14:06:15 -0800, Shentino wrote
> What I mean is...
> 
> Will the legacy telnet and binary ports still work?

Nope, their functionality gets replaced by port objects.

A port object is just an object that calls open_port(string protocol, int
port) at some point, and has at least a function object connection(string ip,
int port). The later is called when a new incomming connection is made to the
port.

It is not very difficult to make the kernel use the ports mentioned in the dgd
config file if that is what you are after, the info is available in status(),
so you could simply clone and configure port objects for them.

Bart.
--
Created with Open WebMail at http://www.bartsplace.net/
Read my weblog at http://soapbox.bartsplace.net/




More information about the DGD mailing list