Re: Sockets and changing IP addresses

2002-11-21 Thread Wes Peters
Archie Cobbs wrote: > > I'm curious what -net's opinion is on PR kern/38544: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/38554 > > In summary: if you have a connected socket whose local IP address > is X, and then change the interface IP address from X to Y, then > packets written ou

RE: Sockets and changing IP addresses

2002-11-21 Thread Don Bowman
> From: Wes Peters [mailto:[EMAIL PROTECTED]] > Archie Cobbs wrote: > > > > I'm curious what -net's opinion is on PR kern/38544: > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/38554 > > > > In summary: if you have a connected socket whose local IP address > > is X, and then change t

Re: Sockets and changing IP addresses

2002-11-21 Thread Justin C. Walker
On Thursday, November 21, 2002, at 01:16 PM, Wes Peters wrote: Archie Cobbs wrote: I'm curious what -net's opinion is on PR kern/38544: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/38554 In summary: if you have a connected socket whose local IP address is X, and then change the interf

Re: Sockets and changing IP addresses

2002-11-21 Thread Archie Cobbs
Don Bowman wrote: > > > I'm curious what -net's opinion is on PR kern/38544: > > > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/38554 > > > > > > In summary: if you have a connected socket whose local IP address > > > is X, and then change the interface IP address from X to Y, then >

RE: Sockets and changing IP addresses

2002-11-21 Thread Don Bowman
> From: Archie Cobbs [mailto:[EMAIL PROTECTED]] > Sent: November 21, 2002 16:54 > To: Don Bowman > Cc: 'Wes Peters'; Archie Cobbs; [EMAIL PROTECTED] > Subject: Re: Sockets and changing IP addresses > > > Don Bowman wrote: > > > > I

Re: Sockets and changing IP addresses

2002-11-21 Thread Archie Cobbs
Justin C. Walker wrote: > >> Do people agree that my suggestion of returning ENETDOWN is reasonable? > > > > Wow. There are other possibilities, EADDRNOTAVAIL or ECONNABORTED. > > It doesn't matter so long as it the errno is unique to this situation > > across all syscalls that might encounter it;

Re: Sockets and changing IP addresses

2002-11-21 Thread Archie Cobbs
Wes Peters wrote: > > I'm curious what -net's opinion is on PR kern/38544: > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/38554 > > > > In summary: if you have a connected socket whose local IP address > > is X, and then change the interface IP address from X to Y, then > > packets w