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:
parent
f152c55584
commit
c311542e11
18 changed files with 285 additions and 13 deletions
10
xio-socketpair.h
Normal file
10
xio-socketpair.h
Normal 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) */
|
Loading…
Add table
Add a link
Reference in a new issue