Kas-tle

Results 13 issues of Kas-tle

We recently pushed an update on a Minecraft Bedrock project I work on that uses a little known mechanism in the original RakNet protocol to send a proper cookie to...

game
Network security

This extension will not work if `java.server.launchMode` is set to `LightWeight`. ``` [Extension Host] The command: vscode.java.resolveMainMethod is not supported in LightWeight mode. See: https://github.com/redhat-developer/vscode-java/issues/1480 y @ workbench.desktop.main.js:97 $logExtensionHostMessage @...

The original RakNet allows setting the delay between connection attempts, which defaults to 1000ms. See: - https://github.com/facebookarchive/RakNet/blob/master/Source/RakPeer.cpp#L5754 - https://github.com/facebookarchive/RakNet/blob/master/Source/RakPeer.h#L175 However, per testing in WireShark, the vanilla client uses 500ms. This...