mbed OS5

Fork of UIPEthernet by Zoltan Hudak

utility/uipethernet-conf.h

Committer:
hudakz
Date:
2014-11-20
Revision:
1:01c2344f98a3
Parent:
uitility/uipethernet-conf.h@ 0:5350a66d5279

File content as of revision 1:01c2344f98a3:

#ifndef UIPETHERNET_CONF_H
    #define UIPETHERNET_CONF_H

/* for TCP */

    #define UIP_SOCKET_NUMPACKETS       5
    #define UIP_CONF_MAX_CONNECTIONS    4

/* for UDP */

    #define UIP_CONF_UDP        1
    #define UIP_CONF_BROADCAST  1
    #define UIP_CONF_UDP_CONNS  4
    #define UIP_UDP_NUMPACKETS  5

/* number of attempts on write before returning number of bytes sent so far
 * set to -1 to block until connection is closed by timeout */

    #define UIP_ATTEMPTS_ON_WRITE   - 1
#endif