#include <iostream>
#include <poll.h>
#include "datatypes.h"
#include "log.h"
#include "buffer.h"
#include "packet.h"
#include "cypher.h"
#include "keyDerivation.h"
#include "authAlgo.h"
#include "signalController.h"
#include "packetSource.h"
#include "tunDevice.h"
#include "options.h"
#include "seqWindow.h"
Classes | |
struct | Param |
Defines | |
#define | PAYLOAD_TYPE_TAP 0x6558 |
#define | PAYLOAD_TYPE_TUN 0x0800 |
Functions | |
void * | sender (void *p) |
void * | receiver (void *p) |
int | main (int argc, char *argv[]) |
#define PAYLOAD_TYPE_TAP 0x6558 |
#define PAYLOAD_TYPE_TUN 0x0800 |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
void* receiver | ( | void * | p | ) |
void* sender | ( | void * | p | ) |