#include <sys/types.h>
#include <sys/wait.h>
#include "AP_Logger.h"
#include "AP_Utility.h"
#include "AMICO_link.h"
Defines | |
#define | NUM_PACKETS 1000 |
#define | SIZE_PACKETS 8000 |
Functions | |
int | main_net (void) |
static void * | process1 (void *) |
static void * | process2 (void *) |
#define NUM_PACKETS 1000 |
#define SIZE_PACKETS 8000 |
int main_net | ( | void | ) |
static void* process1 | ( | void * | ) | [static] |
static void* process2 | ( | void * | ) | [static] |