NETMAP_MODE_TCP Structure

The NETMAP_MODE_TCP structure contains the Netmap TCP/IP Mode information. This structure is part of the NETMAP_MODE_STRUCT for TCP/IP modes.

Structure

 struct Netmap_Mode_Tcp 
 { 
     long lBufferSize; 
     long lPacingSendCount; 
     long lPacingSendDelay; 
     char tcp_crc[4]; 
 }; 
 typedef struct Netmap_Mode_Tcp NETMAP_MODE_TCP;

Members

Member Description
lBufferSize The buffer size.
lPacingSendCount Pacing send count.
lPacingSendDelay Pacing send delay.
char tcp_crc[4] Whether TCP CRC checking is on.