mirror of
https://github.com/danog/libtgvoip.git
synced 2024-11-27 04:34:42 +01:00
1be4d016a4
- Added support for SOCKS5 proxy - Also, a bunch of bugfixes
11 lines
258 B
C++
11 lines
258 B
C++
//
|
|
// libtgvoip is free and unencumbered public domain software.
|
|
// For more information, see http://unlicense.org or the UNLICENSE file
|
|
// you should have received with this source code distribution.
|
|
//
|
|
|
|
#include "BlockingQueue.h"
|
|
|
|
using namespace tgvoip;
|
|
|