pallas/pallas-network
2024-01-03 08:28:52 -03:00
..
src fix(network): set so_linger socket option to match cardano-node (#369) 2024-01-03 08:28:52 -03:00
tests refactor(network): split bearer into read/write (#364) 2023-12-21 18:08:29 -03:00
Cargo.toml fix(network): add tcp_nodelay to bearer (#365) 2023-12-20 21:50:03 -03:00
README.md refactor: Merge multiplexer & miniprotocols into single crate (#244) 2023-04-10 19:51:38 -03:00

Pallas Network

An implementation of the Ouroboros networking stack. It provides a generic multiplexer and state-machines for the different mini-protocols. It uses async and tokio under the hood.