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

New feature SHELL address

This commit is contained in:
Gerhard Rieger 2023-10-01 21:24:46 +02:00
parent 50b199dcd9
commit 03f028a985
15 changed files with 399 additions and 45 deletions

View file

@ -194,6 +194,9 @@ const struct addrname addressnames[] = {
#if WITH_GENERICSOCKET
{ "SENDTO", &xioaddr_socket_sendto },
#endif
#if WITH_SHELL
{ "SHELL", &xioaddr_shell },
#endif
#if WITH_GENERICSOCKET
{ "SOCKET-CONNECT", &xioaddr_socket_connect },
{ "SOCKET-DATAGRAM", &xioaddr_socket_datagram },