1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-28 21:32:56 +00:00

UDP-Lite (UDPlite) support

This commit is contained in:
Gerhard Rieger 2023-11-11 17:18:06 +01:00
parent a846b94e6c
commit 2cfc39e9e5
21 changed files with 833 additions and 71 deletions

View file

@ -32,6 +32,7 @@
#include "xio-udp.h"
#include "xio-sctp.h"
#include "xio-dccp.h"
#include "xio-udplite.h"
#include "xio-socks.h"
#include "xio-socks5.h"
#include "xio-proxy.h"