Skip to main content

getsockname

Function getsockname 

Source
pub fn getsockname<T>(fd: i32) -> Result<T, Errno>
where T: SockaddrLike,
Expand description

Get the current address to which the socket fd is bound.

Further reading