Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 295 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 295 Bytes

windivertXN

  1. 使用windivert捕捉本地网卡数据并将数据重写写回网卡;

    https://github.com/basil00/Divert

  2. 使用QT编写了程序页面,提供上下行的流量开关和相关计数统计;

  3. 使用ringbuffer队列对数据进行缓存,分为多线程进行处理;