mdlayher / raw

Package raw enables reading and writing data at the device driver level for a network interface. MIT Licensed.
MIT License
425 stars 71 forks source link

What the different between the raw and the github.com/google/gopacket/pcap ? #55

Closed hi-glenn closed 5 years ago

hi-glenn commented 5 years ago

As the title say.

mdlayher commented 5 years ago

I don't use that library and thus cannot comment on the differences. This library can be used to send and receive Ethernet frames, among other things.

hi-glenn commented 5 years ago

Based on your lib, if a simplified ip/stack can be realised in order to bypass kernel IP/stack and improve performance ?

My final purpose is to make a program like LVS.