merge from default

--HG--
branch : fastopen
This commit is contained in:
Matt Johnston
2015-02-28 09:06:40 +08:00
55 changed files with 233 additions and 167 deletions

View File

@@ -39,10 +39,10 @@
#include "crypto_desc.h"
#include "netio.h"
static void cli_remoteclosed();
static void cli_remoteclosed() ATTRIB_NORETURN;
static void cli_sessionloop();
static void cli_session_init();
static void cli_finished();
static void cli_finished() ATTRIB_NORETURN;
static void recv_msg_service_accept(void);
static void cli_session_cleanup(void);
static void recv_msg_global_request_cli(void);