mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Remove &synchronized from Tunnel::active table.
This commit is contained in:
parent
ce58a3e908
commit
d6286d953d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ export {
|
|||
## Currently active tunnels. That is, tunnels for which new, encapsulated
|
||||
## connections have been seen in the interval indicated by
|
||||
## :bro:see:`Tunnel::expiration_interval`.
|
||||
global active: table[conn_id] of Info = table() &synchronized &read_expire=expiration_interval &expire_func=expire;
|
||||
global active: table[conn_id] of Info = table() &read_expire=expiration_interval &expire_func=expire;
|
||||
}
|
||||
|
||||
const ayiya_ports = { 5072/udp };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue