mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
[i2cp] use tcp/ip socket on android
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
@@ -142,11 +142,7 @@ namespace client
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
#ifdef ANDROID
|
|
||||||
typedef boost::asio::local::stream_protocol proto;
|
|
||||||
#else
|
|
||||||
typedef boost::asio::ip::tcp proto;
|
typedef boost::asio::ip::tcp proto;
|
||||||
#endif
|
|
||||||
|
|
||||||
I2CPSession (I2CPServer& owner, std::shared_ptr<proto::socket> socket);
|
I2CPSession (I2CPServer& owner, std::shared_ptr<proto::socket> socket);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user