- Fix
Socket::connect_timeouton Windows to return the socket in blocking rather than nonblocking mode. - Fix
Socket::connect_timeouton Linux to correctly handle refused connections. - Add constructors for
Protocol.
Unclaimed project
Are you a maintainer of socket2? Claim this project to take control of your public changelog and roadmap.
Changelog
Advanced configuration options for sockets.
Last updated about 2 months ago
A modern GUI client based on Tauri, designed to run in Windows, macOS and Linux for tailored proxy experience
A cross-platform desktop All-in-One assistant tool for Claude Code, Codex, OpenCode & Gemini CLI.
Lightweight coding agent that runs in your terminal
An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
Socket::connect_timeout on Windows to return the socket in blocking rather than nonblocking mode.Socket::connect_timeout on Linux to correctly handle refused connections.Protocol.set_read_timeout and set_write_timeout.Socket::pair under the pair feature.unix feature.Socket::connect_timeout.SockAddr type used instead of the standard library SocketAddr. This allows use of non-IP sockets.