eycorsican / go-tun2socks

A tun2socks implementation written in Go.
MIT License
1.3k stars 432 forks source link

run core without linklayer #156

Closed caleb-letsgo closed 3 years ago

caleb-letsgo commented 3 years ago

Hello, if I just want to run the protocol stack without relying on any link layer functionality.

  1. Inject packets into network Layer (INPUT) through Input
  2. Get the package (output) through RegisterOutputFn
  3. Establish A TCP connection at the application layer Does this idea work?
github-actions[bot] commented 3 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days