server-side only update
- add support for listening on localhost (
::1and127.0.0.1)
server-side only update
- add support for different QUIC listening address
server-side only update
- revert "changed method for disconnecting clients when the server is being stopped"
server-side only update
- show correct IP address when connecting
- changed method for disconnecting clients when the server is being stopped
server-side only update
- fix not being able to connect :sob:
- drop max data for client and server to 2 MiB
- drop support for MacOS (again)
- switch to BBRv2 congestion control algorithm (again)
- update quiche to 0.24.2
- revert maximum send UDP payload size to 1200
- other code tweaks
- increase maximum send UDP payload size to 1350
- update Fabric Language Kotlin to
1.13.3+kotlin.2.1.21
- revert congestion control algorithm
- reimplement support for MacOS
- drop support for MacOS (hopefully temporary)
- tweak
initial_max_data- client: 32 MiB
- server: 8 MiB
- switch to BBRv2 congestion control algorithm
- reduce timeout from 30 s to 5 s
- fix client connection not being closed on server shutdown
- add support for
SRVrecords (_minecraft._udp) - switch to BBR congestion control algorithm on the client
- attempt to fix connection issues
- update Netty/Incubator/Codec/Quic to 0.0.72.Final
- fix timeout
- potential fix for connection migration



