File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -339,6 +339,7 @@ function:
339
339
## ` dgram ` module functions
340
340
341
341
### dgram.createSocket(options[ , callback] )
342
+
342
343
* ` options ` Object
343
344
* ` callback ` Function. Attached as a listener to ` 'message' ` events.
344
345
* Returns: Socket object
@@ -359,7 +360,7 @@ interfaces" address on a random port (it does the right thing for both `udp4`
359
360
and ` udp6 ` sockets). The bound address and port can be retrieved using
360
361
[ ` socket.address().address ` ] [ ] and [ ` socket.address().port ` ] [ ] .
361
362
362
- ## dgram.createSocket(type[ , callback] )
363
+ ### dgram.createSocket(type[ , callback] )
363
364
364
365
* ` type ` String. Either 'udp4' or 'udp6'
365
366
* ` callback ` Function. Attached as a listener to ` 'message' ` events.
You can’t perform that action at this time.
0 commit comments