Struct ctru_sys::SOCU_TCPTableEntry
source · #[repr(C)]pub struct SOCU_TCPTableEntry {
pub state: u32_,
pub local: sockaddr_storage,
pub remote: sockaddr_storage,
}
Expand description
One entry of the TCP sockets table retrieved by using SOCU_GetNetworkOpt and NETOPT_TCP_TABLE
Fields§
§state: u32_
< [TCP
] states defines
local: sockaddr_storage
< Local address information
remote: sockaddr_storage
< Remote address information