[Mono-bugs] [Bug 74673][Wis] New - [PATCH] New UnixListener and UnixClient classes

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 20 Apr 2005 12:15:45 -0400 (EDT)


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 joeshaw@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74673

--- shadow/74673	2005-04-20 12:15:45.000000000 -0400
+++ shadow/74673.tmp.11094	2005-04-20 12:15:45.000000000 -0400
@@ -0,0 +1,22 @@
+Bug#: 74673
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Mono.POSIX
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: joeshaw@novell.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] New UnixListener and UnixClient classes
+
+In a similar vein to the TcpListener and TcpClasses, I've implemented
+UnixListener and UnixClient classes which use the UnixEndPoint in Mono.Posix.
+
+This is a first pass, so it undoubtedly needs at least a little tweaking.