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:
339339## ` dgram ` module functions
340340
341341### dgram.createSocket(options[ , callback] )
342+
342343* ` options ` Object
343344* ` callback ` Function. Attached as a listener to ` 'message' ` events.
344345* Returns: Socket object
@@ -359,7 +360,7 @@ interfaces" address on a random port (it does the right thing for both `udp4`
359360and ` udp6 ` sockets). The bound address and port can be retrieved using
360361[ ` socket.address().address ` ] [ ] and [ ` socket.address().port ` ] [ ] .
361362
362- ## dgram.createSocket(type[ , callback] )
363+ ### dgram.createSocket(type[ , callback] )
363364
364365* ` type ` String. Either 'udp4' or 'udp6'
365366* ` callback ` Function. Attached as a listener to ` 'message' ` events.
You can’t perform that action at this time.
0 commit comments