Skip to content

Commit 1fdd293

Browse files
authored
Correct rename in CHANGELOG.md (#610)
Rename `set_nodelay` was said to be renamed to `tcp_set_nodelay` in 0.6.0, but was actually renamed to `set_tcp_nodelay`
1 parent 600ff0d commit 1fdd293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ the API.
3838
* `keepalive_interval` -> `tcp_keepalive_interval`
3939
* `keepalive_retries` -> `tcp_keepalive_retries`
4040
* `nodelay` -> `tcp_nodelay`
41-
* `set_nodelay` -> `tcp_set_nodelay`
41+
* `set_nodelay` -> `set_tcp_nodelay`
4242
* `tcp_mss` -> `mss`
4343
* `tcp_set_mss` -> `set_mss`
4444
* `tcp_cork` -> `cork`

0 commit comments

Comments
 (0)