Jump to letter: [
034679ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
socket_wrapper - A library passing all socket communications through Unix sockets
- Description:
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.
Packages
| socket_wrapper-1.1.7-1.fc24.x86_64
[36 KiB] |
Changelog
by Andreas Schneider (2016-06-02):
- Update to version 1.1.7
* Added support for accept4()
* Added support for OpenBSD
* Fixed sendto() with UDP and a connected socket
* Fixed AF_RAWLINK sockets
|
| socket_wrapper-1.1.7-1.fc24.i686
[37 KiB] |
Changelog
by Andreas Schneider (2016-06-02):
- Update to version 1.1.7
* Added support for accept4()
* Added support for OpenBSD
* Fixed sendto() with UDP and a connected socket
* Fixed AF_RAWLINK sockets
|