Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add comma
  • Loading branch information
rustyconover committed Jan 29, 2020
commit a3a01fc08b60faff85d088f78359433230ca3dbb
2 changes: 1 addition & 1 deletion doc/api/net.md
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ added: v0.1.90

Enable/disable the use of Nagle's algorithm.

When a TCP connection is created it will have Nagle's algorithm enabled.
When a TCP connection is created, it will have Nagle's algorithm enabled.

Nagle's algorithm delays data before it is sent via the network. It attempts
to optimize throughput at the expense of latency.
Expand Down