filling impleemantion with more code

This commit is contained in:
2024-11-18 22:25:59 +09:00
parent 847f71d914
commit fa336bfb07
5 changed files with 335 additions and 207 deletions

View File

@ -40,7 +40,8 @@ enum PACKET_KIND {
ROUTE_STOPPED = 5;
PEER_STARTED = 6;
PEER_STOPPED = 7;
PEER_DATA = 8;
PEER_EOF = 8;
PEER_DATA = 9;
};
message Packet {