Sync wrong field name with IDB

Synced with correct field name.
This commit is contained in:
Kawe Mazidjatari 2023-06-18 17:21:25 +02:00
parent a33f569ad5
commit b8304e116c

View File

@ -199,7 +199,7 @@ private:
int m_nSequencesSkipped_MAYBE;
int m_nSessionRecvs;
uint32_t m_nLiftimeRecvs;
bool m_bPad;
bool m_bRetrySendLong;
char m_Name[NET_CHANNELNAME_MAXLEN];
netadr_t remote_address;
};