add initial WebSOCKS implementation

This commit is contained in:
Jeff Becker 2016-12-09 15:36:38 -05:00
parent d0e9fe1e3e
commit 0d83a34cfd
6 changed files with 458 additions and 2 deletions

View file

@ -9,7 +9,7 @@ LIB_SRC = \
LIB_CLIENT_SRC = \
AddressBook.cpp BOB.cpp ClientContext.cpp I2PTunnel.cpp I2PService.cpp \
SAM.cpp SOCKS.cpp HTTPProxy.cpp I2CP.cpp
SAM.cpp SOCKS.cpp HTTPProxy.cpp I2CP.cpp WebSocks.cpp
# also: Daemon{Linux,Win32}.cpp will be added later
DAEMON_SRC = \