mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
18f9468cf2
The following additional functionality is provided: send and receive udp datagrams initiate tcp and telnet connections listen on any number of ports for incoming connections This is a separate version because sites not requiring these features can use the other version and not need to concern themselves with the network security issues. Also the programming semantics for network communication are somewhat different in the two versions.
14 lines
623 B
Plaintext
14 lines
623 B
Plaintext
This is Dworkin's Generic Driver, a versatile general purpose server program
|
|
for building MUDs and other network server applications.
|
|
The language implementation is an improved and simplified dialect of LPC,
|
|
it is suitable for simulating existing Gamedriver models, or inventing new
|
|
ones. Its usefulness is not limited to the world of MUDs and MUDding.
|
|
|
|
Please send all reports, comments and suggestions to:
|
|
|
|
dworkin@hippolytos.cd.chalmers.se
|
|
|
|
Additional networking support provides for initiating network connections
|
|
and includes udp functionality. Please send any correspondence about this
|
|
to: dark@xs4all.nl
|