mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-08-01 02:15:47 -04:00
this rids us of connection warnings on shutdown
This commit is contained in:
@@ -556,7 +556,7 @@ void ConfigSharedNetwork::install(int newClockSyncDelay)
|
||||
KEY_BOOL (useTcp, true);
|
||||
KEY_INT (tcpMinimumFrame, 1000);
|
||||
KEY_BOOL (reportUdpDisconnects, false);
|
||||
KEY_BOOL (reportTcpDisconnects, true);
|
||||
KEY_BOOL (reportTcpDisconnects, false);
|
||||
KEY_BOOL (logConnectionConstructionDestruction, false);
|
||||
KEY_BOOL (logConnectionOpenedClosed, false);
|
||||
KEY_BOOL (logConnectionDeferredMessagesWarning, false);
|
||||
|
||||
Reference in New Issue
Block a user