mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
cc97fe1f5f
- implemented ngtcp2 ping to keep connections alive - fixed weird lambda captures - fetch logic - lets see what happens
10 lines
107 B
C++
10 lines
107 B
C++
#pragma once
|
|
|
|
#include <chrono>
|
|
|
|
namespace llarp
|
|
{
|
|
using namespace std::literals;
|
|
|
|
} // namespace llarp
|