Closed TypicalAM closed 1 month ago
Dump packets to disk after YARILO_MAX_RAM is exceeded. This could be done in batches, consider:
YARILO_MAX_RAM
Maybe a wrapper over Tins::Packet which fetches the PDU from disk when necessary?
Tins::Packet
PDU
Closing, require a lot of architecture changes and frankly, it's not that useful, we can just merge recordings I guess
Dump packets to disk after
YARILO_MAX_RAM
is exceeded. This could be done in batches, consider:Maybe a wrapper over
Tins::Packet
which fetches thePDU
from disk when necessary?