diff options
| author | 53hornet <53hornet@gmail.com> | 2019-02-02 22:59:54 -0500 | 
|---|---|---|
| committer | 53hornet <53hornet@gmail.com> | 2019-02-02 22:59:54 -0500 | 
| commit | 379c2c17e68d5d471a6a9673b7e9cd1fb9d99bbb (patch) | |
| tree | eed499da8211a5eece757639331a2d82bce4fa4c /pgm4/inet_addrs.d/README | |
| download | csci415-master.tar.xz csci415-master.zip | |
Diffstat (limited to 'pgm4/inet_addrs.d/README')
| -rw-r--r-- | pgm4/inet_addrs.d/README | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/pgm4/inet_addrs.d/README b/pgm4/inet_addrs.d/README new file mode 100644 index 0000000..fbfb676 --- /dev/null +++ b/pgm4/inet_addrs.d/README @@ -0,0 +1,11 @@ +A pair of simple programs which play with symbolic and IP addresses. + +Invoke as: +  getaddrs  host   service +     host      should be a symbolic host name +     service   should be a service name, port number, or 0 + +  gethost    ipaddr +     ipaddr    should be a dotted decimal IP address + + |