[i2cp] use tcp/ip socket on android

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-02-16 16:27:59 +03:00
parent ab3f3890e4
commit bf3d7e74f5
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -142,11 +142,7 @@ namespace client
{
public:
#ifdef ANDROID
typedef boost::asio::local::stream_protocol proto;
#else
typedef boost::asio::ip::tcp proto;
#endif
I2CPSession (I2CPServer& owner, std::shared_ptr<proto::socket> socket);