Skip to main contentSocket Options: IPPROTO_UDP
CAPL Functions » TCP/IP API » Socket Options » IPPROTO_UDP
Valid for: CANoe DE • CANoe4SW DE
The following socket options can be set at the IPPROTO_UDP socket option level in CAPL. They influence the behavior of the UDP protocol per socket. For all BOOL typed options a non-zero value will be interpreted as TRUE.
Stacks
- C: Supported by CANoe internal network stack
- W: Supported by Windows network stack
Socket Options Table
- Socket Option: UDP_NOCHECKSUM
- Set/Get: set/get
- Description: The UDP checksum will be set to zero if this option is set TRUE.
- Type: DWORD (boolean)
- Stack: W
See Also