isaacs
26a8c0c6b8
doc: Minor typos in dgram doc
a/an usage. Thanks @KenanSulayman
12 years ago
Duan Yao
9456cf8fe2
doc: Add callback parameter to dgram socket.bind()
Also, describe more details of bind().
12 years ago
Adam Malcontenti-Wilson
028c630ecd
doc: change dgram to socket for properties of dgram.Socket
Fixes #4919 .
12 years ago
Ben Noordhuis
71694361f9
doc: dgram: add v0.10 bind() behavior note
dgram.Socket#bind() is always asynchronous now. Add a note at the top
of the documentation that explains how to upgrade.
Fixes #4944 .
12 years ago
Ben Noordhuis
924f603e26
doc: dgram: document bind() callback argument
12 years ago
Timothy J Fontaine
bdd1a740cb
add docs for socket/server/timer unref and ref
13 years ago
Shigeki Ohtsu
94f1feeb59
udp: make getsockname() return address family name
13 years ago
Shigeki Ohtsu
4515987058
doc: fix default dgram multicast ttl to 1
13 years ago
isaacs
2d44dcc8be
doc: Add stability indicators to documentation
13 years ago
isaacs
db8c55e77c
doc refactor: dgram
13 years ago
isaacs
9a0495a4b0
doc refactor: dgram
13 years ago
Ben Noordhuis
16889e22cc
docs: fix dgram markdown
13 years ago
Ben Noordhuis
8bdf6bae30
docs: document dgram error event
13 years ago
Yoji SHIDARA
426298c8c1
docs: dgram client should be closed in the callback
13 years ago
Guglielmo Ferri
66a10b6e58
docs: add API documentation note about UDP datagram size
13 years ago
Ben Noordhuis
48f4b2be2b
docs: remove unix dgram documentation
14 years ago
Ben Noordhuis
cbd4033619
dgram: integrate libuv UDP support
14 years ago
Joe Shaw
f6fa20fd55
Fix a misnamed argument; multicastAddress -> multicastInterface. Closes #1237 .
14 years ago
Joe Shaw
7962eeef22
Fix a misnamed argument; multicastAddress -> multicastInterface. Closes #1237 .
14 years ago
Ryan Dahl
978a50c500
Remove exterraneous line
14 years ago
koichik
45c0faf399
corrected small typos
14 years ago
Joe Walnes
df6e497793
dgram: setMulticastTTL, setMulticastLoopback and addMembership.
These are options needed for real-world multicasting.
Implementation notes:
- POSIX only.
- IPv4 only (IPv6 multicast is a tricky beast).
- Didn't update tests, because it can't effectively be demonstrated on
localhost only.
14 years ago
Ryan Dahl
c501785112
Make availability of UDP bindings more apparent
14 years ago
Silas Sewell
11b2ee7632
Various doc tweaks (2-spaces vs tabs, EOL-whitespace, repl prompt, "world" vs "World", etc...)
14 years ago
Micheil Smith
e190c9616e
Splitting documentation
14 years ago