mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
endpoint for SSU server
This commit is contained in:
parent
c361b7d914
commit
611ab9ce8d
1 changed files with 1 additions and 1 deletions
2
SSU.cpp
2
SSU.cpp
|
@ -209,7 +209,7 @@ namespace ssu
|
|||
}
|
||||
|
||||
SSUServer::SSUServer (boost::asio::io_service& service, int port):
|
||||
m_Socket (service, boost::asio::ip::udp::v4 (), port)
|
||||
m_Socket (service, boost::asio::ip::udp::endpoint (boost::asio::ip::udp::v4 (), port))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue