mirror of
https://github.com/jmcorgan/fips.git
synced 2026-07-30 19:46:15 +00:00
5410bf3490a9c62043751c5069a65e9c1937c346
Add link_mtu(&TransportAddr) method to the Transport trait with a default implementation that falls back to the transport-wide mtu(). This enables transports like BLE to report per-connection MTU values while maintaining backward compatibility for UDP and other transports that use a single MTU for all links. Update the forwarding and session send paths to query link_mtu() with the next-hop peer's current address, falling back to transport-wide mtu() when no address is available.
FIPS Documentation
| Directory | Description |
|---|---|
| design/ | Protocol design specifications and analysis |
Languages
Rust
83.6%
Shell
11.7%
Python
4.2%
PowerShell
0.2%
Makefile
0.1%