You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
===== 5.10.0 =====
2
+
3
+
====== Misc
4
+
5
+
* In `Lwt_io`, functions that create sockets gain new options `?set_tcp_nodelay` and `?prepare_fd`. (#1061, Simon Cruanes)
6
+
7
+
* Breaking change: `?set_tcp_nodelay` is set to `true` by default which means TCP_NODELAY is now set by default for such functions. (#1061, Simon Cruanes)
0 commit comments