From c6d2bfb53ab3821c6429355d2c6d1f7f44ef4a14 Mon Sep 17 00:00:00 2001 From: thilo Date: Sun, 31 Aug 2008 19:54:29 +0000 Subject: - 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 --- code/qcommon/qcommon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'code/qcommon/qcommon.h') 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 ); -- cgit v1.2.3