KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Blocking Types

Blocking type avlues for network interfaces. More...

Macros

#define NETIF_NOBLOCK   0
 Don't block for Tx.
 
#define NETIF_BLOCK   1
 Blocking is OK for Tx.
 

Detailed Description

Blocking type avlues for network interfaces.

Macro Definition Documentation

◆ NETIF_BLOCK

#define NETIF_BLOCK   1

Blocking is OK for Tx.

◆ NETIF_NOBLOCK

#define NETIF_NOBLOCK   0

Don't block for Tx.