mirror of
https://github.com/jmcorgan/fips.git
synced 2026-08-09 00:04:54 +00:00
Split 2,597-line node.rs into four files under src/node/: - mod.rs: types, struct definition, constructors, accessors, Debug impl - lifecycle.rs: start(), stop(), peer connection initiation - handlers.rs: RX loop, packet dispatch, message handlers, promote_connection - tests.rs: full test suite (35 tests including integration tests) No functional changes. All 267 tests pass, no new clippy warnings.