K 10 svn:author V 5 peter K 8 svn:date V 27 1996-05-31T04:00:21.000000Z K 7 svn:log V 416 Use the setsockopt for IP_PORTRANGE to cause rresvport() to allocate a privileged port within a single bind(), rather than looping through attempts to bind over and over again over progressively lower ports. This should speed up rlogin/rsh etc, and will probably cure some of the strange rlogin hangs that have been reported in the past where rresvport() managed to bind() to a port address that it shouldn't have. END