[DGD] Query_port()??
Joshua P. Dady
jpd at indecisive.com
Fri Aug 23 23:23:28 CEST 2002
Lord Lerkista wrote:
> I see that all the port stuff are in connect.c but now what?? jeje
This really is quite simple.
In the DGD distribution, doc/Introduction tells us that it calls a
function in the driver object when a connection is made which is
expected to return an object to be used as the connection object.
object telnet_connect(int port);
object binary_connect(int port);
Even if you really want to use a 2.4.5-based mudlib, you shouldn't use
it as a reference implementation of about anything, least of all recent
DGD features. You may not like the kernel mudlib, but you should learn
how it works anyway. It gets updated with every release, so even if you
insist on not reading the documentation, you'll find the new features
handled in there.
-Zot
_________________________________________________________________
List config page: http://list.imaginary.com/mailman/listinfo/dgd
More information about the DGD
mailing list