From 237c6e951a8268afeaa288d8ddf0c79da32f6fd1 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 5 Feb 2013 17:18:31 +0100 Subject: Initial commit. --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..7646883 --- /dev/null +++ b/README @@ -0,0 +1,18 @@ +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. -- cgit