Skip to content

Instantly share code, notes, and snippets.

@ralflici
ralflici / udp6_dualstack_reconnect.c
Created May 25, 2026 12:03
AF_INET6 UDP socket reuse
#include <arpa/inet.h>
#include <errno.h>
#include <netinet/in.h>
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include <sys/socket.h>
#include <unistd.h>
/*