Skip to content

45G/libsocks6msg

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

libsocks6msg

SOCKS 6 message library

Building the library

You will need the following packages:

  • qt5-qmake
  • Boost (libboost-dev(el))

Afterwards, simply run:

qmake
make
sudo make install

By default, everything is placed in /usr/local. You can edit socks6msg.pro to change that.

Differences from the standard

Because SOCKS 6 is still subject to change, apps linked against different versions of this library may use different wire formats. To avoid such miscommunication, this implementation uses a non-standard value for the version field. The number will change whenever a new specification is released.

About

SOCKS 6 message library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published