Viewing profile — syzcowboy99
syzcowboy99
HN member- Joined
- Wed, Jun 05, 2024, 6:20 PM UTC
- HN karma
- 6
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About syzcowboy99
No profile information was provided.
Recent public activity
-
comment
Comment #46906598
> Ultimately, if you fork() in gVisor, that calls fork() on the host This isn't true. You can look at the code right here[1], there is no code path in gVisor that calls fork() on t…
-
comment
Comment #40604993
> Are you saying that the TCP stack in the kernel cannot be trusted, but a userspace kernel you maintain can(that's a bit ridiculous... Yes that’s exactly right. It’s not ridiculou…
-
comment
Comment #40588459
gVisor's netstack is still much slower than the kernel's (and likely always will be). The goal of this userspace netstack is not to compete with the kernel on performance, but offe…