smoltcp 0.13.1

A TCP/IP stack designed for bare-metal, real-time systems without a heap.
Documentation
1
2
3
4
5
6
7
8
pub const SEQUENCE_WINDOW: u8 = 16;

pub const DEFAULT_MIN_HOP_RANK_INCREASE: u16 = 256;

pub const DEFAULT_DIO_INTERVAL_MIN: u32 = 12;
pub const DEFAULT_DIO_REDUNDANCY_CONSTANT: usize = 10;
/// This is 20 in the standard, but in Contiki they use:
pub const DEFAULT_DIO_INTERVAL_DOUBLINGS: u32 = 8;