Matt Weeks
Matt Weeks
I have tested the following, and can confirm it works: ``` pub fn listen_on_socket(&self, listener: TcpListener) -> ! { const READ_TIMEOUT_MS: u64 = 20; let num_threads = self.pool_size(); let mut...
I was trying to transfer a bunch of files between Windows boxes with ncat today. It's *really* slow. This has bugged me for years but usually the transfer just finishes...
I have a PR in (#2426 ) that fixes the issue, and a second (#2427 ) that includes an additional fix I needed (adding an explicit cast) to get it...