we are doing some profiling with socket send time and found out the “send” takes around 5-7us, the packet size is 215 bytes. Profiling code enter image description here using VMA_stat, we confirm that everything sent are already “offloaded”, so, I assume the send(xxx,xxx,xxx,xxx) are using mellanox library instead of <sys/socket.h> ? question Any optimization […]
HTTP/3’s use of UDP provides several advantages over TCP, including faster connections, better performance on high-latency networks, and improved security. Let’s begin with a quick overview of HTTP/3. HTTP/3: HTTP/3 was introduced in 2020 and is the latest version of HTTP. It is based on the QUIC protocol, which was developed by Google. Like HTTP/2, […]