ipv6 support. TOTALLY untested except for compile time.

This commit is contained in:
Bill Currie 2001-01-15 04:09:07 +00:00
parent ec4691b8cd
commit 7d8fb5901e
4 changed files with 624 additions and 19 deletions

View file

@ -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;