mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
show local destinations
This commit is contained in:
parent
fd090fa0c0
commit
b13c9d924f
4 changed files with 33 additions and 5 deletions
|
@ -842,6 +842,11 @@ namespace stream
|
|||
return destinations.LoadLocalDestination (filename);
|
||||
}
|
||||
|
||||
const StreamingDestinations& GetLocalDestinations ()
|
||||
{
|
||||
return destinations;
|
||||
}
|
||||
|
||||
void HandleDataMessage (i2p::data::IdentHash destination, const uint8_t * buf, size_t len)
|
||||
{
|
||||
uint32_t length = be32toh (*(uint32_t *)buf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue