2
0

CommunityServer.properties 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # ---------------------------------------------------------------------------
  2. # Community Server Settings
  3. # ---------------------------------------------------------------------------
  4. # When this is enabled the server will listen for the Community Server.
  5. # Default: False
  6. EnableCommunityBoard = False
  7. # The address on which the server will listen for the Community Server.
  8. CommunityServerHostname = 127.0.0.1
  9. # The port on which the server will listen for the Community Server.
  10. # Default: 9013
  11. CommunityServerPort = 9013
  12. # Community Server SQL DP Id
  13. # Default: 200
  14. CommunityServerSqlDpId = 200
  15. # Community Server Hex Id
  16. # Default: 123456
  17. CommunityServerHexId = 123456
  18. # ================================================================
  19. # TCP Server start
  20. # ================================================================
  21. # ExternalHostAddress: Use * bind all available IPs
  22. # Default: *
  23. ExternalHostAddress = *
  24. # ExternalPort: Use 0 bind all available Ports
  25. # Default: 0
  26. ExternalPort = 0
  27. # ConnectionQueue: Maximum connections.
  28. # Default: 50
  29. ConnectionQueue = 50
  30. # Default: False
  31. FloodProtectionEnabled = False
  32. # Default: 15
  33. FastConnectionLimit = 15
  34. # Default: 350
  35. FastConnectionTime = 350
  36. # Default: 700
  37. NormalConnectionTime = 700
  38. # Default: 50
  39. MaxConnectionperIP = 50
  40. # Default: False
  41. IPBannEnabled = False
  42. # Default:
  43. IPBannList =
  44. # ================================================================
  45. # TCP Client start
  46. # ================================================================
  47. # SendBufferSize: DO NOT TOUCH!
  48. # Default: 8192
  49. SendBufferSize = 8192
  50. # SendBufferSize: DO NOT TOUCH!
  51. # Default: 8192
  52. ReceiveBufferSize = 8192