mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add comments to reassembly classes
This commit is contained in:
parent
69d1620374
commit
0caa30076f
4 changed files with 105 additions and 3 deletions
|
@ -39,6 +39,8 @@ public:
|
|||
//
|
||||
// If we're not processing contents, then naturally each of
|
||||
// these is empty.
|
||||
//
|
||||
// WARNING: this is an O(n) operation and potentially very slow.
|
||||
void SizeBufferedData(uint64_t& waiting_on_hole, uint64_t& waiting_on_ack) const;
|
||||
|
||||
// How much data is pending delivery since it's not yet reassembled.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue