one of the developers here noticed that if a process does the following three steps:
binds a udp socket to a specific IP address connects the udp socket calls connect with a NULL parameter, to disconnect the socket. The socket now loses its originally bound IP address because udp_disconnect forces the local address of the socket to be INADDR_ANY. Can we change this behaviour to retain the originally bound IP address ? thanks, jayanth To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message