Started working on new pipelines for sending and receiving data.

This will be useful for the next step; SSL.

(NOTE: This code is very chatty about debug messages)
This commit is contained in:
Jan Vidar Krey
2009-05-19 22:57:50 +02:00
parent 9a3a5bc2de
commit 9309c925d3
8 changed files with 218 additions and 94 deletions

View File

@@ -122,6 +122,7 @@
#define TIGERSIZE 24
#define MAX_RECV_BUF 65535
#define MAX_SEND_BUF 65535
#ifndef INET6_ADDRSTRLEN
#define INET6_ADDRSTRLEN 46
@@ -145,6 +146,7 @@ extern "C" {
#include "sid.h"
#include "network.h"
#include "netevent.h"
#include "hubio.h"
#include "auth.h"
#include "tiger.h"
#include "config.h"