[Mono-bugs] [Bug 70449][Nor] Changed - XSP: Sockets not being removed from the reuse hashtable.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 10 Dec 2004 19:17:24 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by juraj@hotfeet.ch.
http://bugzilla.ximian.com/show_bug.cgi?id=70449
--- shadow/70449 2004-12-10 19:14:40.000000000 -0500
+++ shadow/70449.tmp.10961 2004-12-10 19:17:24.000000000 -0500
@@ -51,6 +51,13 @@
The bug affects xsp in linux as well.
------- Additional Comments From juraj@hotfeet.ch 2004-12-10 19:14 -------
Created an attachment (id=13476)
proposed patch
+
+------- Additional Comments From juraj@hotfeet.ch 2004-12-10 19:17 -------
+I attached a bug fix. I think using something along the lines of
+(int)AddressFamily+(int)SocketType+(int)ProtocolType as hashcode will
+cause many collisions, so I just let Socket use Object.GetHashCode.
+
+May I commit?