mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 10:01:54 +00:00
ipv6 support. TOTALLY untested except for compile time.
This commit is contained in:
parent
ec4691b8cd
commit
7d8fb5901e
4 changed files with 624 additions and 19 deletions
|
@ -39,7 +39,7 @@ typedef struct
|
|||
{
|
||||
byte ip[4];
|
||||
unsigned short port;
|
||||
unsigned short pad;
|
||||
unsigned short family; // used to be pad, before IPV6
|
||||
} netadr_t;
|
||||
|
||||
extern netadr_t net_local_adr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue