mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
eliminate cost field
This commit is contained in:
parent
5c9b478e46
commit
277cef5ec4
3 changed files with 11 additions and 9 deletions
|
@ -123,7 +123,7 @@ namespace data
|
|||
boost::asio::ip::address host;
|
||||
int port;
|
||||
uint64_t date;
|
||||
uint8_t cost, caps;
|
||||
uint8_t caps;
|
||||
bool published = false;
|
||||
std::unique_ptr<SSUExt> ssu; // not null for SSU
|
||||
std::unique_ptr<NTCP2Ext> ntcp2; // not null for NTCP2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue