Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 777 Bytes

README.mkd

File metadata and controls

20 lines (15 loc) · 777 Bytes

Description Project Status

Loafers is a client side SOCKS library.

Currently, SOCKSv5 CONNECT and BIND with no authentication is supported, but a complete, RFC1928 compliant implementation is planned.

Use

To use libloafers, a loafers_conn_t structure must be created and initialized. The loafers_conn_t structure provides connection and state information to the handshake routines such as hostname and port.

For the moment, the reader is referred to include/loafers.h for the available routines.

Dependencies

libloafers requires the talloc library.