Skip to content

A small sock5 protocol based transmission tool

Notifications You must be signed in to change notification settings

Handora/SanSocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SanSock - A simple sock5 protocol based tools

Todo [4/5]

  • [X] Cipher class
  • [X] Mutithread Server class
  • [X] Mutithread Client class
  • [X] Async Server class
  • [ ] Async Client class

Build

mkdir build
cd build
cmake ..
make
# if you want to make with 4 threads
make -j 4

Testing

cd build
make check

Unit Testing

# if you want to unit test cipher_test
cd build
make cipher_test
# and so on

About

A small sock5 protocol based transmission tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published