pengtian
pengtian
Some device like android and ios can not use tap mode, i added one `--tun2tap` option of handle arp on tun on client side, so we can use tun client...
- Sample usage: client side: `--dev tun --topology subnet --tun2tap`; server side: `--dev tap --topology subnet` in some incorrect config, ip address on tun device is error - Known bugs:...
> hey @pengtianabc are you still interested in working on this PR? It's definitely good work, so it'd be nice to see it evolving properly. I am glad that someone...
Hey guys, i am try to understand mac address resolusion in ipv6. In ipv4, we can replace request to mac boardcast to get target mac address, but how to do...
试试执行`pkill ttyd`再重新`panelon`
> What's your use case? Seems you want single match in each stream block, not the whole stream? YES, I just want to singlematch in each stream block. We have...
After use singlematch, we got 10% performance improvement. We have some short rules for web attack detect exactly bring a performance damage, and now we cant identify unnecessary results because...
I agree with this solution to implement custom singlematch in callback, but I worry about the effeciency is not worse and may cause the tradeoff of context switch.