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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
