mirror of
https://github.com/CPunch/Laika.git
synced 2025-11-27 21:41:04 +00:00
Added OSTYPE, added OS info to handshake & peer-related packets
This commit is contained in:
@@ -10,7 +10,8 @@ struct sLaika_peer *laikaS_newPeer(struct sLaika_peerPacketInfo *pktTbl, struct
|
||||
peer->pList = pList;
|
||||
peer->uData = uData;
|
||||
peer->pktSize = 0;
|
||||
peer->type = PEER_UNVERIFIED;
|
||||
peer->type = PEER_UNKNWN;
|
||||
peer->osType = OS_UNKNWN;
|
||||
peer->pktID = LAIKAPKT_MAXNONE;
|
||||
peer->setPollOut = false;
|
||||
peer->outStart = -1;
|
||||
|
||||
Reference in New Issue
Block a user