Networking test 2 application - transfer. More...
#include <malloc.h>
#include <stdio.h>
#include <string.h>
#include <task.h>
#include <time.h>
#include "../../include/in.h"
#include "../../include/in6.h"
#include "../../include/inet.h"
#include "../../include/socket.h"
#include "../../err.h"
#include "../nettest.h"
#include "../parse.h"
#include "../print_error.h"
Defines | |
#define | NAME "Nettest2" |
Echo module name. | |
#define | NETTEST2_TEXT "Networking test 2 - transfer" |
Packet data pattern. | |
Functions | |
int | main (int argc, char *argv[]) |
Module entry point. | |
void | nettest2_print_help (void) |
Prints the application help. | |
void | nettest2_refresh_data (char *data, size_t size) |
Refreshes the data. |
Networking test 2 application - transfer.