[Mono-bugs] [Bug 54234][Nor] Changed - [PATCH] useIpAddress in tcp
channel should be true by default, but is not
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 24 07:03:49 EDT 2005
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 lluis at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54234
--- shadow/54234 2005-05-21 15:14:55.000000000 -0400
+++ shadow/54234.tmp.13098 2005-05-24 07:03:49.000000000 -0400
@@ -12,12 +12,13 @@
ReportedBy: umuff at quark.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: [PATCH] useIpAddress in tcp channel should be true by default, but is not
+BugsThisDependsOn: 63265
Description of Problem:
A tcp channel created using the config file method will not use the IP
address when marsheling obj-by-ref. This results in 'host unknown' on
the client side, if the server is not in the dns.
According to MSDN documentation useIpAddress should be true by default:
@@ -50,6 +51,11 @@
Created an attachment (id=15185)
Patch
------- Additional Comments From bmaurer at users.sf.net 2005-05-21 15:14 -------
This patch fixes the issue as suggested.
+
+------- Additional Comments From lluis at ximian.com 2005-05-24 07:03 -------
+Committing this change is going to give a lot of trouble because of
+bug #63265. Right now, enabling the useIpAddress option would bind the
+channel to the loopback address.
More information about the mono-bugs
mailing list