You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/handlers
Jason Rhinelander d05e6716cb Remove llarp::str(string_view)
It was a workaround for pre-C++17 std::string which didn't support
passing a string_view to various functions/operators.  There's only one
place left that needs an explicit conversion, and that's where it is
used as a map key; so just be explicit there and remove llarp::str()
everywhere else.
4 years ago
..
exit.cpp make format 4 years ago
exit.hpp Refactor Addr -> IpAddress/SockAddr 4 years ago
null.hpp Remove ability to have multiple endpoints/snodes from config 4 years ago
tun.cpp Remove llarp::str(string_view) 4 years ago
tun.hpp make format 4 years ago