Browse Source

Make availability of UDP bindings more apparent

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
c501785112
  1. 2
      doc/api/_toc.markdown
  2. 4
      doc/api/dgram.markdown

2
doc/api/_toc.markdown

@ -16,8 +16,8 @@
* [File System](fs.html) * [File System](fs.html)
* [Path](path.html) * [Path](path.html)
* [Net](net.html) * [Net](net.html)
* [UDP/Datagram](dgram.html)
* [DNS](dns.html) * [DNS](dns.html)
* [Datagram](dgram.html)
* [HTTP](http.html) * [HTTP](http.html)
* [HTTPS](https.html) * [HTTPS](https.html)
* [URL](url.html) * [URL](url.html)

4
doc/api/dgram.markdown

@ -1,7 +1,7 @@
## dgram ## UDP / Datagram Sockets
Datagram sockets are available through `require('dgram')`. Datagrams are most commonly Datagram sockets are available through `require('dgram')`. Datagrams are most commonly
handled as IP/UDP messages, but they can also be used over Unix domain sockets. handled as IP/UDP messages but they can also be used over Unix domain sockets.
### Event: 'message' ### Event: 'message'

Loading…
Cancel
Save