Skip to content

Commit

Permalink
doc: add added info for dgram.setBroadcast()
Browse files Browse the repository at this point in the history
Since I was doing the necessary git spelunking anyway, I took the time
to add the YAML information into the docs about when `setBroadcast()`
first appeared in its current form.
  • Loading branch information
Trott committed May 16, 2016
1 parent 477d358 commit 799da24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api/dgram.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ not work because the packet will get silently dropped without informing the
source that the data did not reach its intended recipient.

### socket.setBroadcast(flag)
<!-- YAML
added: v0.6.9
-->

* `flag` {Boolean}

Expand Down

0 comments on commit 799da24

Please sign in to comment.