Package socket_wrapper

A library passing all socket communications through Unix sockets

http://cwrap.org/

socket_wrapper aims to help client/server software development teams willing to
gain full functional test coverage. It makes it possible to run several
instances of the full software stack on the same machine and perform locally
functional testing of complex network configurations.

To use it set the following environment variables:

LD_PRELOAD=libsocket_wrapper.so
SOCKET_WRAPPER_DIR=/path/to/swrap_dir

This package doesn't have a devel package because this project is for
development/testing.

Version: 1.4.0

General Commands

socket_wrapper A library passing all socket communications through unix sockets.