I have a C program written to use TLI networking interface (not XTI). It
uses /dev/tcp COTS. I would like to set the equivalent TCP/socket option
of REUSEADDR. This program is a network server program listening for
clients and use of the REUSEADDR option is helpful in recovering from
failures. Any ideas or examples to work from. This software is running
on Solaris 5.7 and Sun's documentation web site is not too helpful.
Thanks,
-Allan