summaryrefslogtreecommitdiff
path: root/ext/net/tcp.rs
AgeCommit message (Collapse)Author
2024-04-30docs: fix some typos in comments (#23520)findmyhappy
2024-04-08feat(ext/net): Refactor TCP socket listeners for future clustering mode (#23037)Matt Mastracci
Changes: - Implements a TCP socket listener that will allow for round-robin load-balancing in-process. - Cleans up the raw networking code to make it easier to work with.