summaryrefslogtreecommitdiffstats
path: root/tokio/src/net/tcp/socket.rs
AgeCommit message (Expand)Author
2020-11-16net: Add send/recv buf size methods to `TcpSocket` (#3145)Eliza Weisman
2020-11-13net: add missing doc cfg on TcpSocket (#3137)Carl Lerche
2020-11-02net: add get/set reuseport, reuseaddr, localaddr for TcpSocket (#3083)Zeki Sherif
2020-10-07net: add `TcpSocket` for configuring a socket (#2920)Carl Lerche