/book-unpv13e

Primary LanguageRustMIT LicenseMIT

book-unpv13e v1

Description

Network Programming with Rust and the socket2 crate. Socket2 is a crate that provides utilities for creating and using sockets.

Based on the Book UNIX Network Programming, Volume 1, Third Edition

Dependencies

Build and run

cd tcpcliserv/tcpserv0x/
cargo build
cargo run

cd tcpcliserv/tcpcli0x/
cargo build
cargo run

Author

License

This project is licensed under the [MIT] License - see the LICENSE.md file for details