TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: eBPF-powered L4 package dropper

11 pointsby boratanrikuluover 2 years ago

2 comments

muxamilianover 2 years ago
With L4 you mean the transport layer? I’m a bit confused because in your examples you show layer 3 (IP).<p>This eBPF-based package dropper using machine learning (decision tree) might be of interest to you: <a href="https:&#x2F;&#x2F;github.com&#x2F;CN-TU&#x2F;machine-learning-in-ebpf">https:&#x2F;&#x2F;github.com&#x2F;CN-TU&#x2F;machine-learning-in-ebpf</a>
评论 #34098486 未加载
artemishover 2 years ago
Neat! So this is a tool you can use to implement firewall-ish rules and drop packets from certain IP addresses. It looks like the actual XDP code is written in C, and somehow makes its way into the Go program, is this the way EBPF tools are usually implemented in Go?
评论 #34098524 未加载