MAX_CARLINK_A270S/MXC_A27-PCB4.5-270S/FreeRTOS-Plus/FreeRTOS-Plus-TCP/include/iperf_task.h

17 lines
306 B
C

/*
* iperf_task.c
*/
#ifndef IPERF_TASK_H_
#define IPERF_TASK_H_
/* This function will start a task that will handl all IPERF requests from outside.
Call it after the IP-stack is up and running. */
#define ipconfigIPERF_HAS_TCP 1
#define ipconfigIPERF_HAS_UDP 1
void vIPerfInstall( void );
#endif