metaonly module ti.ndk.config.Udp

NDK User Datagram Protocol (UDP) settings and configuration

The Udp module is used to configure settings for UDP, which currently only includes one setting: the default receive buffer size.
Configuration settings sourced in ti/ndk/config/Udp.xdc
var Udp = xdc.useModule('ti.ndk.config.Udp');
module-wide constants & types
    const Udp.defaultRxBufSize//  = 8192;
module-wide config parameters
 
 
const Udp.defaultRxBufSize
Configuration settings
const Udp.defaultRxBufSize = 8192;
 
 
config Udp.receiveBufSize  // module-wide

Sets the size of the Udp receive buffer

Configuration settings
Udp.receiveBufSize = Int Udp.defaultRxBufSize;
 
generated on Tue, 25 Aug 2020 01:58:55 GMT