Skip to content

Commit 8519538

Browse files
authored
Sockets.nagle compat 1.3 docs (#37881)
1 parent 6c62d72 commit 8519538

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/Sockets/src/Sockets.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,9 @@ end
572572
nagle(socket::Union{TCPServer, TCPSocket}, enable::Bool)
573573
574574
Enables or disables Nagle's algorithm on a given TCP server or socket.
575+
576+
!!! compat "Julia 1.3"
577+
This function requires Julia 1.3 or later.
575578
"""
576579
function nagle(sock::Union{TCPServer, TCPSocket}, enable::Bool)
577580
# disable or enable Nagle's algorithm on all OSes

0 commit comments

Comments
 (0)