summaryrefslogtreecommitdiff
path: root/client.h
diff options
context:
space:
mode:
authorGDR! <gdr@go2.pl>2014-11-25 23:09:45 +0100
committerGDR! <gdr@go2.pl>2014-11-25 23:09:45 +0100
commit16add85eb81629b07dd7bdb04fbe30be1410cc83 (patch)
treef2cc52d65a2deb0e8c1014f28d9926612c7cf074 /client.h
parentc311fb3bdd2c26c347c2dd734f97003ac0538037 (diff)
Multi-connection support client-side.
Dealing with congestion control, too
Diffstat (limited to 'client.h')
-rw-r--r--client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.h b/client.h
index bcbb205..7d5e50d 100644
--- a/client.h
+++ b/client.h
@@ -11,6 +11,7 @@
11#define CLIENT_STATE_WAIT_FOR_ACKTUNNEL 9 11#define CLIENT_STATE_WAIT_FOR_ACKTUNNEL 9
12#define CLIENT_STATE_FORWARDING 10 12#define CLIENT_STATE_FORWARDING 10
13#define CLIENT_STATE_SHUTDOWN 11 13#define CLIENT_STATE_SHUTDOWN 11
14#define CLIENT_STATE_BIND_PORT 12
14 15
15int handle_pong_frame(protocol_frame *rcvd_frame); 16int handle_pong_frame(protocol_frame *rcvd_frame);
16int handle_acktunnel_frame(protocol_frame *rcvd_frame); 17int handle_acktunnel_frame(protocol_frame *rcvd_frame);