Skip to content

Commit

Permalink
Update channel_api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 authored Sep 26, 2022
1 parent 14d922e commit 7f5132d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions channel_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,10 @@ on the object supplied*; that is, not in the prototype chain. The
socket options is useful for supplying certificates and so on for an
SSL connection; see the [SSL guide][ssl-doc].

The socket options may also include the key `noDelay`, with a boolean
value. If the value is `true`, this sets
The socket options may also include the keys `timeout` and `noDelay`.
`timeout` specifies the socket timeout in milliseconds while
establishing the connection and `noDelay` is a boolean value that
when `true` sets
[`TCP_NODELAY`][wikipedia-nagling] on the underlying socket.

###### Client properties
Expand Down

0 comments on commit 7f5132d

Please sign in to comment.