Readit News logoReadit News
lsnd-95 commented on The insecurity of telecom stacks in the wake of Salt Typhoon   soatok.blog/2025/03/12/on... · Posted by u/zdw
lsnd-95 · 6 months ago
One area where freeswitch is probably used quite often (and without support contract) are BigBlueButton installations (virtual classroom system) in schools and universities. I am more worried about them then about telcos.
lsnd-95 commented on Case Study: ByteDance Uses eBPF to Enhance Networking Performance   ebpf.foundation/case-stud... · Posted by u/ChrisArchitect
tptacek · 7 months ago
Netkit, which is what this is built on, is pretty neat. For transmitting packets from one container/VM to another, the conventional solution is to give each its own veth device. When you do that, the kernel network stack, at like the broad logic level, is sort of oblivious to the fact that the devices aren't real ethernet devices and don't have to go through the ethernet motions to transact.

Netkit replaces that logic with a simple pairing of sending and receiving eBPF programs; it's an eBPF cut-through for packet-level networking between networks that share a host kernel. It's faster, and it's simpler to reason about; the netkit.c code is pretty easy to read straight through.

lsnd-95 · 7 months ago
It would be nice to see an implementation of TCP fusion (on Solaris) or SIO_LOOPBACK_FASTPATH (on Windows) for Linux.

u/lsnd-95

KarmaCake day11January 29, 2025View Original