|
Never used it myself but I understand from the man page that ksh93 has built-in support
for direct socket access provided your platform supports sockets in the form /dev/tcp
/hostid/portid and /dev/udp/hostid/portid where hostid is the dotted decimal number of
the host and portid is the port the server is listening on.
|