From aa864b63aba5260b8bd35da61c543e08ae03bd49 Mon Sep 17 00:00:00 2001 From: oroborus Date: Wed, 25 Jun 2008 16:24:57 +0000 Subject: - kod uz nepouizva buffer_t a buffer.c bol to iba historizmus z pouzivania TCP ( teraz na frontu prijatcy packetov pouizva list_t ) - odstranenie zakrkavacieho GUI "support IPv6", program je schopny zistit sam IP protokol na zaklade IP adresy ( ake logicke, ze ? ) git-svn-id: http://opensvn.csie.org/tuxanci_ng@72 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- include/server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/server.h') diff --git a/include/server.h b/include/server.h index 247b836..5942a78 100644 --- a/include/server.h +++ b/include/server.h @@ -48,7 +48,7 @@ typedef struct client_struct tux_t *tux; my_time_t lastPing; list_t *listCheck; - buffer_t *buffer; + list_t *buffer; } client_t; #ifdef PUBLIC_SERVER -- cgit v1.2.3