]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
tun/netstack: make http examples communicate with each other
authorSoren L. Hansen <sorenisanerd@gmail.com>
Wed, 6 Oct 2021 10:40:01 +0000 (10:40 +0000)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 7 Feb 2023 23:38:19 +0000 (20:38 -0300)
commit0ae4b3177cd6867f261ad661bd7bff3a0984ff2b
treed393a8838866422c40ce8be053eb4a0167f2697b
parent077ce8ecab38fbd2d9f10e8bc486ba165271a7ff
tun/netstack: make http examples communicate with each other

This seems like a much better demonstration as it removes the need for
external components.

Signed-off-by: Søren L. Hansen <sorenisanerd@gmail.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
tun/netstack/examples/http_client.go
tun/netstack/examples/http_server.go