forked from PotatoPresident/TimeOutOut
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added own name for the sake of publishing it
Not that I want to take credit, I just don't want to publish anything under someone's else's name.
- Loading branch information
Jakub Šindelář
committed
Dec 16, 2021
1 parent
6a8bdbd
commit eb3a5a5
Showing
9 changed files
with
47 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,34 @@ | ||
# TimeOut Out | ||
# TimeOut Out (Fabric) | ||
|
||
This mod is the connection timeout configuration from [Random Patches](https://github.com/TheRandomLabs/RandomPatches) standalone because it hasn't updated to 1.17 or 1.18. | ||
Read the [Random Patches README](https://github.com/TheRandomLabs/RandomPatches) for config information. | ||
This mod is the connection timeout configuration from [Random Patches](https://github.com/TheRandomLabs/RandomPatches) standalone because it hasn't updated to 1.18. | ||
|
||
Read the [Random Patches README](https://github.com/TheRandomLabs/RandomPatches) for full config information. | ||
Also hopefully the maintainer will start updating the mod again and this project will be allowed to die. | ||
|
||
## Features | ||
|
||
Features without a specified side are server-sided. | ||
|
||
### Connection timeouts | ||
|
||
In vanilla Minecraft, the connection timeouts are hardcoded, and often not long enough for | ||
slower computers or heavier modded instances. To counter this, TimeOutOut allows several | ||
connection timeouts to be configured: | ||
|
||
* The connection read timeout | ||
* Both client and server-sided | ||
* Raised to 120 seconds from the vanilla value of 30 seconds by default | ||
* The login timeout | ||
* How long the server waits for a player to log in | ||
* Raised to 2400 ticks (120 seconds) from the vanilla value of 600 ticks (30 seconds) by default | ||
* The KeepAlive timeout | ||
* How long the server waits for a player to return a KeepAlive packet before disconnecting them | ||
* Raised to 120 seconds from the vanilla value of 30 seconds by default | ||
|
||
In addition, RandomPatches allows the interval at which KeepAlive packets are sent to clients | ||
to be configured, although it is recommended that this be left at the vanilla value of 15 seconds. | ||
|
||
## Download | ||
|
||
* You can directly download from [Releases page on Github](https://github.com/houby-studio/TimeOutOut/releases/latest) | ||
* You can also download from [CurseForge](https://www.curseforge.com/minecraft/mc-mods/timeoutout-fabric) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...a/us/potatoboy/timeoutout/TimeOutOut.java → ...eu/houbystudio/timeoutout/TimeOutOut.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...otatoboy/timeoutout/TimeOutOutConfig.java → ...bystudio/timeoutout/TimeOutOutConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...outout/mixin/ChannelInitializerMixin.java → ...outout/mixin/ChannelInitializerMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters