Skip to main content

tcp_connect_real

Function tcp_connect_real 

Source
pub fn tcp_connect_real(
    remote_ip: [u8; 4],
    remote_port: u16,
) -> Result<u16, &'static str>