[Mono-bugs] [Bug 317064] Cannot bind Socket (or TcpListener) to IPv6 and IPv4 on the same port at the same time
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Nov 5 17:55:56 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=317064#c1
Rusty Howell <rhowell at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rhowell at novell.com
--- Comment #1 from Rusty Howell <rhowell at novell.com> 2007-11-05 15:55:55 MST ---
It appears that Windows XP treats sockets bound with IPv4 and IPv6 as different
sockets.
On Windows XP, I can create two TcpListener objects on the same ports if the IP
protocol is different, IPv4/IPv6. (Referring to the test case above.) But as
expected, if I create two TcpListener object with same protocol/address/port,
(both IPv4), Windows will throw an exception.
So it's slightly different than the bug that Dick mentioned in his comment.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list