1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-06 04:56:33 +00:00

DTLS over UDP

This commit is contained in:
Gerhard Rieger 2020-12-30 19:46:42 +01:00
parent ff8de6c5cd
commit d1b809b4ab
14 changed files with 537 additions and 126 deletions

View file

@ -681,7 +681,7 @@ typedef int sig_atomic_t;
#endif
/* sigset_t printing - not an exact solution yet */
#define F_sigset "0x%4lx"
#define F_sigset "0x%06lx"
typedef unsigned long T_sigset;
/* default: socklen_t */