Socle stands for Socket Library Ecosystem. Its is a static library which simplifies operation on sockets and proxying them to other sockets. In other words, Socle is library intended for use in proxy applications.
Library aim is mainly to power smithproxy project and is subject to change to accommodate smithproxy needs.
There is plan to publish stable API versions in the future.
- abstraction of socket operations(for example UDP/TCP/SSL/SOCKS)
- Connection and data flow abstraction
- Chaining and cascading of connections into proxies and master-proxies
...