~ubuntu-branches/ubuntu/vivid/nodejs/vivid

« back to all changes in this revision

Viewing changes to doc/api/cluster.markdown

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2013-11-13 23:17:51 UTC
  • mfrom: (1.1.29)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20131113231751-m6uqywp5dc4s4fxo
Tags: 0.10.22~dfsg1-1
* Upstream update. 
* Refresh patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
 
178
178
The `addressType` is one of:
179
179
 
180
 
* `4' (TCPv4)
 
180
* `4` (TCPv4)
181
181
* `6` (TCPv6)
182
182
* `-1` (unix domain socket)
183
183
* `"udp4"` or `"udp6"` (UDP v4 or v6)