From 0810dfc1c56a5b6b06e13f63964addfab10632bd Mon Sep 17 00:00:00 2001 From: lidgren Date: Sun, 9 May 2010 09:26:15 +0000 Subject: [PATCH] Extended comment --- Lidgren.Network/NetPeerConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lidgren.Network/NetPeerConfiguration.cs b/Lidgren.Network/NetPeerConfiguration.cs index 37a1940..0fa3607 100644 --- a/Lidgren.Network/NetPeerConfiguration.cs +++ b/Lidgren.Network/NetPeerConfiguration.cs @@ -269,7 +269,7 @@ namespace Lidgren.Network } /// - /// Gets or sets if the NetPeer should accept incoming connections + /// Gets or sets if the NetPeer should accept incoming connections. This is automatically set to true in NetServer and false in NetClient. /// public bool AcceptIncomingConnections {