Closed
Description
#31083 adds set_ip
and set_port
methods to SocketAddr
, SocketAddrV4
, and SocketAddrV6
; as well as set_flowinfo
and set_scope_id
on SocketAddrV6
. They are all fairly straightforward and correspond to existing getter methods.
As all new additions, they will be #[unstable]
for now.