You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since rust 1.64, it is not possible to build this library anymore:
cannot transmute between types of different sizes, or dependently-sized types
--> src/sctpsock.rs:149:81
There have been a change in rust where std:::net::{Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6} do not rely anymore on sockaddr_in c struct, and this breaks compability with rust-sctp:
Since rust 1.64, it is not possible to build this library anymore:
There have been a change in rust where
std:::net::{Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6}
do not rely anymore onsockaddr_in
c struct, and this breaks compability with rust-sctp:rust-lang/rust#78802
Most rust network related libraries had to be changed accordingly.
The text was updated successfully, but these errors were encountered: