Mediatek Labs LinkIt Connect 7681 Developer's Manual page 54

Table of Contents

Advertisement

5.3.3.
Increasing available TCP/UDP connections
The maximum number of connections that can be made at the same time is defined, as shown
below, in uip-confg.h.
While it isn't recommended, the number of connections can be increased, however, be aware that
doing so will use more memory and may cause run-time problems.
File: uip-conf.h
/**
* Maximum number of TCP connections.
*
* \hideinitializer
*/
#define UIP_CONF_MAX_CONNECTIONS 4
/**
* Maximum number of listening TCP ports.
*
* \hideinitializer
*/
#define UIP_CONF_MAX_LISTENPORTS 4
/**
* Maximum number of UDP connections..
*
* \hideinitializer
*/
#define UIP_CONF_UDP_CONNS
This document contains information that is proprietary to MediaTek Inc.
Unauthorized reproduction or disclosure of this information in whole or in part is strictly prohibited.
MediaTek LinkIt™ Connect 7681 Developer's Guide
4
© 2015, 2016 MediaTek Inc.
Page 49 of 65

Advertisement

Table of Contents
loading

Related Products for Mediatek Labs LinkIt Connect 7681

Table of Contents