Re: simple udp question

2001-09-27 Thread Archie Cobbs
jayanth writes: > 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 add

simple udp question

2001-09-27 Thread jayanth
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 forc