summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMattie <pugmatt@gmail.com>2024-04-02 12:06:26 -0400
committerGitHub <noreply@github.com>2024-04-02 12:06:26 -0400
commit03697fb20f510583b7741f6a4dabb5282a471772 (patch)
tree7b1e11d7d51b0293cd8cf5aaf396ff06a2fddf76 /README.md
parent5f38044761b1dcfe7f8f1ad099e0f4e0fff6e495 (diff)
downloadBedrockConnect-03697fb20f510583b7741f6a4dabb5282a471772.tar.gz
BedrockConnect-03697fb20f510583b7741f6a4dabb5282a471772.tar.bz2
BedrockConnect-03697fb20f510583b7741f6a4dabb5282a471772.zip
Add rate limiting options to startup arguments list
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ae67eaf..96b1997 100644
--- a/README.md
+++ b/README.md
@@ -110,6 +110,9 @@ The following arguments can be placed in the startup command to ajust settings:
| fetch_ips | If true, dynamically grab the server IPs from domain names, of any server a user is attempting to join. | false |
| language | Specify a file containing language customizations. See [guide for changing wording](#change-wording-of-serverlist) | |
| store_display_names | If true, player displays names will be included in the stored player data. | true |
+| packet_limit | Number of datagram packets each address can send within one tick (10ms) | 200 |
+| offline_packet_limit | Number of "unconnected" datagram packets each address can send within one second. | 35 |
+| global_packet_limit | Number of all datagrams that will be handled within one tick (10ms) before server starts dropping any incoming data. | 100000 |
MySQL example:
```