Make servers echo challenge codes from client getchallenge commands
This commit is contained in:
parent
eaaaa6f5fc
commit
18cc7c1ed3
4 changed files with 68 additions and 60 deletions
|
@ -132,8 +132,8 @@ NET
|
|||
#define MAX_RELIABLE_COMMANDS 64 // max string commands buffered for restransmit
|
||||
|
||||
typedef enum {
|
||||
NA_BAD = 0, // an address lookup failed
|
||||
NA_BOT,
|
||||
NA_BAD, // an address lookup failed
|
||||
NA_LOOPBACK,
|
||||
NA_BROADCAST,
|
||||
NA_IP,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue