mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Merge branch 'topic/robin/dynamic-plugins-2.3' into topic/robin/pktsrc
This commit is contained in:
commit
191b63e334
279 changed files with 10030 additions and 1258 deletions
|
@ -1455,7 +1455,7 @@ void RemoteSerializer::Process()
|
|||
// FIXME: The following chunk of code is copied from
|
||||
// net_packet_dispatch(). We should change that function
|
||||
// to accept an IOSource instead of the PktSrc.
|
||||
network_time = p->time;
|
||||
net_update_time(p->time);
|
||||
|
||||
SegmentProfiler(segment_logger, "expiring-timers");
|
||||
TimerMgr* tmgr = sessions->LookupTimerMgr(GetCurrentTag());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue