CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
Miscellaneous Networking API

Variables

LogChannelNetLogChannel
 

Detailed Description

Queue management and socket functions and definitions.

Variable Documentation

◆ NetLogChannel

LogChannel* NetLogChannel
extern

Log channel for the networking module

All diagnostics the net layer emits (such as the dev-build slow-callback warning) go through this channel. Log channels are filtered by pointer identity, so this is public precisely so applications can pass it as the channel filter to logRegisterDest() to route or suppress net diagnostics as a group. Created during net initialization; NULL until the first netqueueCreate().