fips-core 0.3.11

Reusable FIPS mesh, endpoint, transport, and protocol library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! IPv6 Upper Layer Adaptation
//!
//! This module groups the components that bridge between the FIPS routing
//! layer and IPv6 applications: the TUN interface (packet I/O), DNS
//! responder (.fips domain resolution), and ICMPv6 handling (error
//! signaling and neighbor discovery).

pub mod config;
pub mod dns;
pub mod hosts;
pub mod icmp;
pub mod icmp_rate_limit;
pub mod ipv6_shim;
pub mod tcp_mss;
pub mod tun;