From 18f9468cf23a3e4288d1715920f8716462d55410 Mon Sep 17 00:00:00 2001 From: Adam David Date: Tue, 18 Jun 1996 11:15:44 +0000 Subject: This is the networking-enhanced version of DGD. 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. --- net/dgd-net/scripts/configure | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 net/dgd-net/scripts/configure (limited to 'net/dgd-net/scripts/configure') diff --git a/net/dgd-net/scripts/configure b/net/dgd-net/scripts/configure new file mode 100644 index 000000000000..c65e336baf62 --- /dev/null +++ b/net/dgd-net/scripts/configure @@ -0,0 +1,3 @@ +#!/bin/sh +# + -- cgit v1.2.3