2
0

CommunityServer.properties 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # This is the Community Board server configuration file.
  2. EnableCommunityBoard = False
  3. CommunityServerHostname = localhost
  4. CommunityServerPort = 9013
  5. CommunityServerSqlDpId = 200
  6. CommunityServerHexId = 123456
  7. # NetCon configurations
  8. # ================================================================
  9. # TCP Server start
  10. # ================================================================
  11. # ExternalHostAddress: Use * bind all available IPs
  12. # Default: *
  13. ExternalHostAddress = *
  14. # ExternalPort: Use 0 bind all available Ports
  15. # Default: 0
  16. ExternalPort = 0
  17. # ConnectionQueue: Maximum connections.
  18. # Default: 50
  19. ConnectionQueue = 50
  20. # Default: False
  21. FloodProtectionEnabled = False
  22. # Default: 15
  23. FastConnectionLimit = 15
  24. # Default: 350
  25. FastConnectionTime = 350
  26. # Default: 700
  27. NormalConnectionTime = 700
  28. # Default: 50
  29. MaxConnectionperIP = 50
  30. # Default: False
  31. IPBannEnabled = False
  32. # Default:
  33. IPBannList =
  34. # ================================================================
  35. # TCP Client start
  36. # ================================================================
  37. # SendBufferSize: DO NOT TOUCH!
  38. # Default: 8192
  39. SendBufferSize = 8192
  40. # SendBufferSize: DO NOT TOUCH!
  41. # Default: 8192
  42. ReceiveBufferSize = 8192