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 @@ -377,6 +377,7 @@ s.bind(1234, () => {
377377## ` dgram ` module functions
378378
379379### dgram.createSocket(options[ , callback] )
380+
380381* ` options ` Object
381382* ` callback ` Function. Attached as a listener to ` 'message' ` events.
382383* Returns: Socket object
@@ -397,7 +398,7 @@ interfaces" address on a random port (it does the right thing for both `udp4`
397398and ` udp6 ` sockets). The bound address and port can be retrieved using
398399[ ` socket.address().address ` ] [ ] and [ ` socket.address().port ` ] [ ] .
399400
400- ## dgram.createSocket(type[ , callback] )
401+ ### dgram.createSocket(type[ , callback] )
401402
402403* ` type ` String. Either 'udp4' or 'udp6'
403404* ` callback ` Function. Attached as a listener to ` 'message' ` events.
You can’t perform that action at this time.
0 commit comments