mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Add message numbers to networking sockets and sort received messages.
This commit is contained in:
parent
9c7499aa27
commit
bfe8e156f0
2 changed files with 23 additions and 10 deletions
|
|
@ -125,6 +125,7 @@ message Networking_Sockets {
|
|||
uint64 connection_id = 3;
|
||||
uint64 connection_id_from = 4;
|
||||
bytes data = 5;
|
||||
uint64 message_number = 7;
|
||||
}
|
||||
|
||||
message Networking_Messages {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue