1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-15 23:53:25 +00:00

New address SOCKETPAIR for echoing datagrams

This commit is contained in:
Gerhard Rieger 2023-09-30 18:30:56 +02:00
parent f152c55584
commit c311542e11
18 changed files with 285 additions and 13 deletions

10
xio-socketpair.h Normal file
View file

@ -0,0 +1,10 @@
/* source: xio-socketpair.h */
/* Copyright Gerhard Rieger and contributors (see file CHANGES) */
/* Published under the GNU General Public License V.2, see file COPYING */
#ifndef __xio_socketpair_h_included
#define __xio_socketpair_h_included 1
const extern struct addrdesc xioaddr_socketpair;
#endif /* !defined(__xio_socketpair_h_included) */