Skip to content

Commit

Permalink
Merge pull request #661 from Dysl3xik/master
Browse files Browse the repository at this point in the history
Documentation Update
  • Loading branch information
keent authored Mar 4, 2020
2 parents 6b189b9 + 11fdb26 commit e4245e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/zyre.api
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@
Set network interface for UDP beacons. If you do not set this, CZMQ will
choose an interface for you. On boxes with several interfaces you should
specify which one you want to use, or strange things can happen.
The interface may by specified by either the interface name e.g. "eth0" or
an IP address associalted with the interface e.g. "192.168.0.1"
<argument name = "value" type = "string" />
</method>

Expand Down
2 changes: 2 additions & 0 deletions include/zyre.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ ZYRE_EXPORT void
// Set network interface for UDP beacons. If you do not set this, CZMQ will
// choose an interface for you. On boxes with several interfaces you should
// specify which one you want to use, or strange things can happen.
// The interface may by specified by either the interface name e.g. "eth0" or
// an IP address associalted with the interface e.g. "192.168.0.1"
ZYRE_EXPORT void
zyre_set_interface (zyre_t *self, const char *value);

Expand Down

0 comments on commit e4245e6

Please sign in to comment.