You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
_toc.markdown
Make availability of UDP bindings more apparent
14 years ago
addons.markdown
correct some inline links in api document
14 years ago
all.markdown
Add https docs to toc
14 years ago
appendix_1.markdown
correct some inline links in api document
14 years ago
appendix_2.markdown
Splitting documentation
15 years ago
assert.markdown
fix assert.throws
14 years ago
buffers.markdown
A few spelling fixes.
14 years ago
child_processes.markdown
Add setsid option to child_process
14 years ago
crypto.markdown
Fix line wrapping in docs. Add tics for constants in docs text.
14 years ago
debugger.markdown
debugger: a little bit of doc
14 years ago
dgram.markdown
dgram: setMulticastTTL, setMulticastLoopback and addMembership.
14 years ago
dns.markdown
Various doc tweaks (2-spaces vs tabs, EOL-whitespace, repl prompt, "world" vs "World", etc...)
14 years ago
events.markdown
A few spelling fixes.
14 years ago
fs.markdown
Fix arg order of fs.linkSync in docs
14 years ago
globals.markdown
docs: style
14 years ago
http.markdown
Expose http.getAgent
14 years ago
https.markdown
Add https.get()
14 years ago
index.markdown
Remove util.print from docs
15 years ago
modules.markdown
A few spelling fixes.
14 years ago
net.markdown
Add socket.bufferSize
14 years ago
os.markdown
Revert "Implement os.isWindows"
14 years ago
path.markdown
Improve path.resolve documentation
14 years ago
process.markdown
Correct process.kill doc
14 years ago
querystring.markdown
Fix line wrapping in docs. Add tics for constants in docs text.
14 years ago
readline.markdown
Splitting documentation
15 years ago
repl.markdown
add process.stdin
14 years ago
streams.markdown
A few spelling fixes.
14 years ago
string_decoder.markdown
Splitting documentation
15 years ago
synopsis.markdown
Splitting documentation
15 years ago
timers.markdown
Splitting documentation
15 years ago
tls.markdown
Random doc fixes
14 years ago
tty.markdown
Introduce require('tty')
14 years ago
url.markdown
Various doc tweaks (2-spaces vs tabs, EOL-whitespace, repl prompt, "world" vs "World", etc...)
14 years ago
util.markdown
Fix spelling mistakes
14 years ago
vm.markdown
Fix docs for vm module
14 years ago