[Mono-bugs] [Bug 77618][Cri] New - TcpListener does not attend the
port
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Feb 22 13:59:01 EST 2006
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 esanchezfo at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77618
--- shadow/77618 2006-02-22 13:59:01.000000000 -0500
+++ shadow/77618.tmp.6782 2006-02-22 13:59:01.000000000 -0500
@@ -0,0 +1,56 @@
+Bug#: 77618
+Product: Mono: Runtime
+Version: 1.1
+OS: SUSE 9.2
+OS Details: Suse 10.0
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: io-layer
+AssignedTo: dick at ximian.com
+ReportedBy: esanchezfo at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: TcpListener does not attend the port
+
+Description of Problem:
+
+I'm working with Lipman Terminal Nurit 8000 and try to access throw GPS the
+server that only do (Server in C#):
+
+this._Listener.Start ();
+
+...
+// Start listening for connections.
+while (true)
+{
+ this._Log.Info ("Listo y esperando por conexiones...");
+ tcpClient = this._Listener.AcceptTcpClient ();
+ if (tcpClient != null)
+ {
+ ...
+ }
+}
+
+But with the default options for the Listener (I use only de default
+constructor) over Ethernet and PPP-Dial Phone works OK, but over GPRS does
+not work...
+
+However a single server on C++ compiled with gcc works fine for all:
+Ethernet, GPRS, and PPP Dial.
+
+What the matter, the main problem reported (a lot of times) with GPRS is
+TCP / IP open port error.
+
+What´s bad with the listener, why the same in C++ compiled with GCC works
+but C# over Mono does not work, I try too with C# over Windows. The error
+is the same.
+
+
+Please help me is very important, is urgent.
+
+
+Thanks.
More information about the mono-bugs
mailing list