aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/qcommon.h
diff options
context:
space:
mode:
authorthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-08-31 19:54:29 +0000
committerthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-08-31 19:54:29 +0000
commitc6d2bfb53ab3821c6429355d2c6d1f7f44ef4a14 (patch)
tree1f4bda2c5b9fe6c9a2fb5c2e0035057061cb19bf /code/qcommon/qcommon.h
parent60bee81ce803959461493d107ad5a0e568c958c8 (diff)
downloadioquake3-aero-c6d2bfb53ab3821c6429355d2c6d1f7f44ef4a14.tar.gz
ioquake3-aero-c6d2bfb53ab3821c6429355d2c6d1f7f44ef4a14.zip
- Add scope id to ipv6 addresses.
- Clean up a few other ipv6 issues like removing the seemingly unnecessary MacOSX workaround. - Bring ipv6 master server up to speed for dpmaster Thanks go out to Mathieu Olivier for this work. git-svn-id: svn://svn.icculus.org/quake3/trunk@1468 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/qcommon/qcommon.h')
-rw-r--r--code/qcommon/qcommon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/qcommon/qcommon.h b/code/qcommon/qcommon.h
index 72ea617..006342a 100644
--- a/code/qcommon/qcommon.h
+++ b/code/qcommon/qcommon.h
@@ -155,6 +155,7 @@ typedef struct {
byte ip6[16];
unsigned short port;
+ unsigned long scope_id; // Needed for IPv6 link-local addresses
} netadr_t;
void NET_Init( void );