Hacker News new | ask | show | jobs
Unix Client-Server Program Interface (1996) (cr.yp.to)
11 points by gandarojin 4001 days ago
2 comments

CSPI applications don't even have to be recompiled as the Internet upgrades from IPv4 to IPv6.

This being from '96, it's downright sad that two decades on we don't have IPv6 rolled out.

There’s a Debian package for an implementation of the “tcpclient” program: `apt-get install ucspi-tcp-ipv6`. You can also find TLS-enabled versions of the client here: https://github.com/SuperScript/ucspi-ssl (see the links).