var searchIndex = {}; searchIndex["net2"] = {"doc":"","items":[[3,"TcpBuilder","net2","",null,null],[3,"UdpBuilder","","",null,null],[11,"new_v4","","Constructs a new TcpBuilder with the `AF_INET` domain, the `SOCK_STREAM`\ntype, and with a protocol argument of 0.",0,{"inputs":[],"output":{"name":"result"}}],[11,"new_v6","","Constructs a new TcpBuilder with the `AF_INET6` domain, the `SOCK_STREAM`\ntype, and with a protocol argument of 0.",0,{"inputs":[],"output":{"name":"result"}}],[11,"bind","","Binds this socket to the specified address.",0,null],[11,"listen","","Mark a socket as ready to accept incoming connection requests using\naccept()",0,null],[11,"connect","","Initiate a connection on this socket to the specified address.",0,null],[11,"to_tcp_stream","","Converts this builder into a `TcpStream`",0,null],[11,"to_tcp_listener","","Converts this builder into a `TcpListener`",0,null],[11,"fmt","","",0,null],[11,"new_v4","","Constructs a new UdpBuilder with the `AF_INET` domain, the `SOCK_DGRAM`\ntype, and with a protocol argument of 0.",1,{"inputs":[],"output":{"name":"result"}}],[11,"new_v6","","Constructs a new UdpBuilder with the `AF_INET6` domain, the `SOCK_DGRAM`\ntype, and with a protocol argument of 0.",1,{"inputs":[],"output":{"name":"result"}}],[11,"bind","","Binds this socket to the specified address.",1,null],[11,"fmt","","",1,null],[11,"ttl","","",0,null],[11,"only_v6","","",0,null],[11,"reuse_address","","",0,null],[11,"ttl","","",1,null],[11,"only_v6","","",1,null],[11,"reuse_address","","",1,null],[11,"from_raw_fd","","",0,{"inputs":[{"name":"c_int"}],"output":{"name":"tcpbuilder"}}],[11,"as_raw_fd","","",0,null],[11,"from_raw_fd","","",1,{"inputs":[{"name":"c_int"}],"output":{"name":"udpbuilder"}}],[11,"as_raw_fd","","",1,null],[8,"TcpStreamExt","","",null,null],[10,"set_nodelay","","",2,null],[10,"nodelay","","",2,null],[10,"keepalive_ms","","",2,null],[10,"set_keepalive_ms","","",2,null],[10,"set_read_timeout_ms","","",2,null],[10,"read_timeout_ms","","",2,null],[10,"set_write_timeout_ms","","",2,null],[10,"write_timeout_ms","","",2,null],[10,"set_ttl","","",2,null],[10,"ttl","","",2,null],[10,"set_only_v6","","",2,null],[10,"only_v6","","",2,null],[8,"TcpListenerExt","","",null,null],[10,"set_ttl","","",3,null],[10,"ttl","","",3,null],[10,"set_only_v6","","",3,null],[10,"only_v6","","",3,null],[8,"UdpSocketExt","","",null,null],[10,"set_broadcast","","",4,null],[10,"broadcast","","",4,null],[10,"set_multicast_loop_v4","","",4,null],[10,"multicast_loop_v4","","",4,null],[10,"set_multicast_ttl_v4","","",4,null],[10,"multicast_ttl_v4","","",4,null],[10,"set_multicast_loop_v6","","",4,null],[10,"multicast_loop_v6","","",4,null],[10,"set_ttl","","",4,null],[10,"ttl","","",4,null],[10,"set_only_v6","","",4,null],[10,"only_v6","","",4,null],[10,"join_multicast_v4","","",4,null],[10,"join_multicast_v6","","",4,null],[10,"leave_multicast_v4","","",4,null],[10,"leave_multicast_v6","","",4,null]],"paths":[[3,"TcpBuilder"],[3,"UdpBuilder"],[8,"TcpStreamExt"],[8,"TcpListenerExt"],[8,"UdpSocketExt"]]}; initSearch(searchIndex);