tbarbette / fastclick

FastClick - A faster version of the Click Modular Router featuring batching, advanced multi-processing and improved Netmap and DPDK support (ANCS'15). Check the metron branch for Metron specificities (NSDI'18). PacketMill modifications (ASPLOS'21) as well as MiddleClick(ToN, 2021) are merged in main.
Other
279 stars 81 forks source link

push_batch not properly ifdef'd, failing to build if batch is disabled #376

Closed ekline2 closed 1 year ago

ekline2 commented 1 year ago

Fixed by ifdefing in header

tbarbette commented 1 year ago

Thanks!