sclinternet/scl-socket

Basic socket wrapper class to enable the writing of more testable socket code

dev-master 2013-10-08 14:49 UTC

This package is not auto-updated.

Last update: 2024-04-13 11:51:13 UTC


README

A simple wrapper for a reading & writing to sockets. The idea is to provide an interface which hides away fsockopen(), fread(), fwrite(), etc. so that code that uses sockets can be tested easily.