Navigation Menu

Skip to content

Commit

Permalink
Doco typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybarnes committed Jun 1, 2011
1 parent a696f2e commit 535dafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,3 @@

This library gives you bindings to ØMQ from node.js. This is not terribly
well tested, but there is at least one company successfully using these bindings
in production. Bug reports welcome.
Expand Down Expand Up @@ -87,6 +86,7 @@ oh such fun.
* diskOffloadSize - set the amount of disk swap space in bytes for buffering messages in case of disconnection (integer, ZMQ_SWAP)

The following options are applicable to multicast:

* multicastLoop - set whether multicast can go over loopback or not (boolean, ZMQ_MCAST_LOOP);
* multicastDataRate - set maximum multicast transmission rate in kbits per second (integer, ZMQ_RATE);
* multicastRecovery - set maximum multicast recovery interval in seconds (integer, ZMQ_RECOVERY_IVL)
Expand Down

0 comments on commit 535dafb

Please sign in to comment.