|
|
|
|
|
by lvh
2339 days ago
|
|
The tunnel does not have to encapsulate messages at the same layer as the tunnel itself. Consider this thought experiment: if you send Ethernet frames over WebSockets, what layer is the protocol? My understanding is the Wireguard messages are IP (L3) but the protocol messages itself are UDP (L4) and it seems reasonable to describe Wireguard as a session layer over UDP given how much state and connection information it maintains. |
|
Maybe due to my own ignorance I misunderstood the meaning of derefr’s comment. Apologies if I sounded rude!