about summary refs log tree commit diff
path: root/src/mastersrv/mastersrv.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-04-08 23:56:15 +0200
committeroy <Tom_Adams@web.de>2011-04-08 23:56:15 +0200
commitb6118ae9fed672c3f06524f7a15f1025790baaf8 (patch)
tree6f185ea2b0ab1177acdae5ffd0b314c2461287ec /src/mastersrv/mastersrv.h
parent9643fc36ae69c15ee8c9a9634e8aa663f112f9e6 (diff)
downloadzcatch-b6118ae9fed672c3f06524f7a15f1025790baaf8.tar.gz
zcatch-b6118ae9fed672c3f06524f7a15f1025790baaf8.zip
mapped IPv4 addresses within master servers server list to IPv6 to decrease the size of an entry and increased the servers per packet
Diffstat (limited to 'src/mastersrv/mastersrv.h')
-rw-r--r--src/mastersrv/mastersrv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mastersrv/mastersrv.h b/src/mastersrv/mastersrv.h
index 63a998e3..38e5ab27 100644
--- a/src/mastersrv/mastersrv.h
+++ b/src/mastersrv/mastersrv.h
@@ -13,7 +13,6 @@ enum ServerType
 
 struct CMastersrvAddr
 {
-	unsigned char m_aType[4];
 	unsigned char m_aIp[16];
 	unsigned char m_aPort[2];
 };