From 16add85eb81629b07dd7bdb04fbe30be1410cc83 Mon Sep 17 00:00:00 2001 From: GDR! Date: Tue, 25 Nov 2014 23:09:45 +0100 Subject: Multi-connection support client-side. Dealing with congestion control, too --- client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'client.h') diff --git a/client.h b/client.h index bcbb205..7d5e50d 100644 --- a/client.h +++ b/client.h @@ -11,6 +11,7 @@ #define CLIENT_STATE_WAIT_FOR_ACKTUNNEL 9 #define CLIENT_STATE_FORWARDING 10 #define CLIENT_STATE_SHUTDOWN 11 +#define CLIENT_STATE_BIND_PORT 12 int handle_pong_frame(protocol_frame *rcvd_frame); int handle_acktunnel_frame(protocol_frame *rcvd_frame); -- cgit v1.2.3