Searched defs:rsess (Results 1 – 1 of 1) sorted by relevance
176 let rsess = accept(rsock.as_raw_fd()).unwrap(); in test_so_tcp_maxseg() localVariable177 let rsess = unsafe { OwnedFd::from_raw_fd(rsess) }; in test_so_tcp_maxseg() localVariable