LoginServer should also use the Network.ini configuration file.
This commit is contained in:
		@@ -35,12 +35,6 @@ PacketFloodDrop = False
 | 
			
		||||
# Default: True
 | 
			
		||||
PacketFloodLogged = True
 | 
			
		||||
 | 
			
		||||
# Nagle's algorithm tries to conserve bandwidth by minimizing the number of segments that are sent.
 | 
			
		||||
# When applications wish to decrease network latency, they can disable Nagle's algorithm (by enabling TcpNoDelay).
 | 
			
		||||
# Data will be sent earlier, at the cost of an increase in bandwidth consumption.
 | 
			
		||||
# Default: True (disabled)
 | 
			
		||||
TcpNoDelay = True
 | 
			
		||||
 | 
			
		||||
# Packet encryption.
 | 
			
		||||
# By default packets sent or received are encrypted using the Blowfish algorithm.
 | 
			
		||||
# Disabling this reduces the resources needed to process any packets transfered,
 | 
			
		||||
@@ -51,3 +45,9 @@ PacketEncryption = False
 | 
			
		||||
# Log message when packet decryption has failed.
 | 
			
		||||
# Default: True
 | 
			
		||||
FailedDecryptionLogged = True
 | 
			
		||||
 | 
			
		||||
# Nagle's algorithm tries to conserve bandwidth by minimizing the number of segments that are sent.
 | 
			
		||||
# When applications wish to decrease network latency, they can disable Nagle's algorithm (by enabling TcpNoDelay).
 | 
			
		||||
# Data will be sent earlier, at the cost of an increase in bandwidth consumption.
 | 
			
		||||
# Default: True (disabled)
 | 
			
		||||
TcpNoDelay = True
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user