Browse Source

[i2cp] use tcp/ip socket on android

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1732/head
R4SAS 2 years ago
parent
commit
bf3d7e74f5
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 4
      libi2pd_client/I2CP.h

4
libi2pd_client/I2CP.h

@ -142,11 +142,7 @@ namespace client @@ -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);

Loading…
Cancel
Save