rust-sctp
rust-sctp copied to clipboard
migrate to rust 1.64 network primitives
https://github.com/rust-lang/rust/pull/78802 https://github.com/phsym/rust-sctp/issues/12
Most code and macros to convert from and to rust layout such as Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6 has been copied from the mio crate.
AAll system calls have been replaced by the syscall macro found in the mio crate.
This pull request also merged the ppid and try staled pull requests.