added the PEER_ABORTED message

This commit is contained in:
2024-11-20 00:48:02 +09:00
parent de85c4c754
commit b981748b78
4 changed files with 35 additions and 17 deletions

View File

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