blob: 7925f9da494256b8b5318493b1642e1473a661bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Socket wrapper library
=======================
This library passes all socket communication over unix domain sockets if the
environment variable SOCKET_WRAPPER_DIR is set.
It need to be preloaded with LD_PRELOAD.
Environment variables which could be set:
SOCKET_WRAPPER_DIR
The directory to place all unix sockets.
SOCKET_WRAPPER_DEFAULT_IFACE
SOCKET_WRAPPER_PCAP_FILE
If set then all traffic will be written to the
specified pcap file.
SOCKET_WRAPPER_DEBUGLEVEL
If you socket_wrapper with with debug symbols
you can turn on logging by setting this to an
integer between 1 and 5.
|