Compile-time configuration for libSCHC.  
More...
Compile-time configuration for libSCHC. 
 | 
| file   | config.h | 
|   | RIOT-side compile-time configuration for libSCHC. 
  | 
|   | 
◆ CONFIG_LIBSCHC_MBUF_POOL_SIZE
      
        
          | #define CONFIG_LIBSCHC_MBUF_POOL_SIZE   64 | 
        
      
 
Maximum number of mbuf pool entries. 
Maximum number of entries in the mbuf used for fragment reassembly. 
Definition at line 43 of file config.h.
 
 
◆ CONFIG_LIBSCHC_STATIC_MEMBUF_LEN
      
        
          | #define CONFIG_LIBSCHC_STATIC_MEMBUF_LEN   1024 | 
        
      
 
Static memory buffer length. 
Length of the static memory buffer for fragmentation in bytes. 
Definition at line 34 of file config.h.