NETMAP_MODE_SNA Structure

The NETMAP_MODE_SNA structure contains the Netmap SNA Mode information. This structure is part of the NETMAP_MODE_STRUCT for SNA modes.

Structure

 struct Netmap_Mode_Sna 
 { 
     long lMaxRUSize; 
     short MaxPacingSize; 
     short MaxNetSessLimit; 
 }; 
 typedef struct Netmap_Mode_Sna NETMAP_MODE_SNA;

Members

Member Description
lMaxRUSize The maximum RU size.
MaxPacingSize The maximum pacing size.
MaxNetSessLimit The maximum net session limit.