1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

make format

This commit is contained in:
Jeff Becker 2018-07-09 08:30:01 -04:00
parent 6cb31ecb1a
commit 30c14dfda5
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05
2 changed files with 56 additions and 60 deletions

View file

@ -1,8 +1,5 @@
invisible wire protocol:
as of version 0 dtls is used, future versions will use this encrypted udp
transport protocol.
invisible wire protocol version 0:
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this

View file

@ -805,8 +805,7 @@ llarp_dht_context::llarp_dht_context(llarp_router *router)
parent = router;
}
extern "C"
{
extern "C" {
struct llarp_dht_context *
llarp_dht_context_new(struct llarp_router *router)
{