From af096f117212c9c227f57f9406e9e78ba0e93546 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 16 May 2016 13:22:17 -0700 Subject: [PATCH] doc: add `added` info for `dgram.setBroadcast()` 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. PR-URL: https://github.com/nodejs/node/pull/6750 Reviewed-By: Ben Noordhuis Reviewed-By: James M Snell --- doc/api/dgram.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/dgram.md b/doc/api/dgram.md index 53eeb818986fec..953d4bf8c9c0b3 100644 --- a/doc/api/dgram.md +++ b/doc/api/dgram.md @@ -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) + * `flag` {Boolean}