Skip to content

Commit

Permalink
Sockets.nagle compat 1.3 docs (#37881)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf committed Oct 5, 2020
1 parent 6c62d72 commit 8519538
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stdlib/Sockets/src/Sockets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,9 @@ end
nagle(socket::Union{TCPServer, TCPSocket}, enable::Bool)
Enables or disables Nagle's algorithm on a given TCP server or socket.
!!! compat "Julia 1.3"
This function requires Julia 1.3 or later.
"""
function nagle(sock::Union{TCPServer, TCPSocket}, enable::Bool)
# disable or enable Nagle's algorithm on all OSes
Expand Down

0 comments on commit 8519538

Please sign in to comment.