mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
Rename all BRO-prefixed environment variables
For backward compatibility when reading values, we first check the ZEEK-prefixed value, and if not set, then check the corresponding BRO-prefixed value.
This commit is contained in:
parent
d6096b1618
commit
1a74516db1
105 changed files with 330 additions and 274 deletions
|
@ -102,7 +102,7 @@ public:
|
|||
* @param addr an address to connect to, e.g. "localhost" or "127.0.0.1".
|
||||
* @param port the TCP port on which the remote side is listening.
|
||||
* @param retry If non-zero, the time after which to retry if
|
||||
* connection cannot be established, or breaks. BRO_DEFAULT_CONNECT_RETRY
|
||||
* connection cannot be established, or breaks. ZEEK_DEFAULT_CONNECT_RETRY
|
||||
* environment variable overrides this value.
|
||||
*/
|
||||
void Peer(const std::string& addr, uint16_t port, double retry = 10.0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue