-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hello, I believe it would be very beneficial for OpenNOP to support deduplication of TCP payload. I know about https://github.com/centeropenmiddleware/solowan which implements de-duplication and about this feature branch (https://github.com/yaplej/opennop/tree/feature/deduplication) implementing deduplication from @yaplej.
I was wondering if there is a reason why deduplication from SoloWAN was not merged into OpenNOP master and why new deduplication feature is being implemented. I started to work on porting SoloWAN deduplication onto master (https://github.com/branch-os/opennop/tree/merge_with_solowan) before finding out about @yaplej feature branch, and I wonder if I should continue in my efforts or if I should rather contribute towards the new feature branch.