rust-sctp icon indicating copy to clipboard operation
rust-sctp copied to clipboard

migrate to rust 1.64 network primitives

Open ptitdoc opened this issue 1 year ago • 0 comments

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.

ptitdoc avatar Sep 10 '24 09:09 ptitdoc