Skip to content
Success

Changes

Summary

  1. Send InitPacketDeclaration to the server early (commit: 741dc36) (details)
Commit 741dc369b4f8a19f67c86cf55305bffcd0ef44fb by ME1312
Send InitPacketDeclaration to the server early
This commit has the client send InitPacketDeclaration to the server
without waiting for the server to send one of it's own. Because this is
still the first packet that both ends would ever recieve, it can be sent
early without issue.
The reason for this is to let other non-SubData protocols know that the
client is requesting a SubData connection.
(commit: 741dc36)
The file was modified Client/api/src/net/ME1312/SubData/Client/Protocol/MessageObjectIn.java (diff)
The file was modified Server/src/net/ME1312/SubData/Server/Protocol/PacketObjectIn.java (diff)
The file was modified Client/src/net/ME1312/SubData/Client/Protocol/PacketObjectIn.java (diff)
The file was modified Client/src/net/ME1312/SubData/Client/SubDataClient.java (diff)
The file was modified Server/api/src/net/ME1312/SubData/Server/Library/MessagePackHandler.java (diff)
The file was modified Client/src/net/ME1312/SubData/Client/Protocol/Initial/InitPacketDeclaration.java (diff)
The file was modified Server/src/net/ME1312/SubData/Server/SubDataClient.java (diff)
The file was modified Server/api/src/net/ME1312/SubData/Server/DataProtocol.java (diff)
The file was modified Client/api/src/net/ME1312/SubData/Client/Library/MessagePackHandler.java (diff)
The file was modified Server/api/src/net/ME1312/SubData/Server/Protocol/MessageObjectIn.java (diff)
The file was modified README.md (diff)