Live data from Hacker News

WireGuard in FreeBSD

cgit.freebsd.org

1–10 of 84 posts

Re: WireGuard in FreeBSD

#5
post #4
post #3

Can someone please explain: I've been using WireGuard via `wg-quick` command in FreeBSD for quite a while now. What does this commit do?

It adds wireguard support to the kernel.

Okay, but... what difference does it make? Apart from not having to install it manually? Am I missing something?

Re: WireGuard in FreeBSD

#7
post #5
post #4

Earlier quoted context omitted.

It adds wireguard support to the kernel.

Okay, but... what difference does it make? Apart from not having to install it manually? Am I missing something?

I believe moving wireguard support into the kernel reduces context switching for the app and greatly improves performance.

Re: WireGuard in FreeBSD

#8
post #5
post #4

Earlier quoted context omitted.

It adds wireguard support to the kernel.

Okay, but... what difference does it make? Apart from not having to install it manually? Am I missing something?

Wireguard in the kernel is faster than the userspace implementation. You still have to install the tooling.
Post reply on HN