issues
search
perlin-network
/
noise
A decentralized P2P networking stack written in Go.
https://godoc.org/github.com/perlin-network/noise
MIT License
1.79k
stars
211
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
build(deps): bump golang.org/x/crypto from 0.0.0-20191119213627-4f8c1d86b1ba to 0.1.0
#304
dependabot[bot]
opened
1 year ago
0
How to establish a p2p link based on the negotiated token and communicate
#303
hktalent
closed
1 year ago
0
No longer maintained?
#302
jacohend
opened
1 year ago
0
How well does it scale?
#301
lonnietc
opened
2 years ago
4
Is there a gossip protocol for p2p network fast broadcast the message?
#300
TianshuDing
opened
3 years ago
0
OnPeerEvicted happens immediately after connection, disregarding timeout
#299
delp
opened
3 years ago
5
Use Readers/Writers instead of bytes
#298
elgohr
opened
3 years ago
0
Indirect routing
#297
elgohr
opened
3 years ago
0
Use of internal package not allowed
#296
RIZY101
opened
3 years ago
1
Is there a reason for using oasislabs/ed25519 instead of crypto/ed25519?
#295
emad-elsaid
closed
1 year ago
0
Simplify addr.go logic when resolving IP
#294
emad-elsaid
closed
3 years ago
1
Remove empty public key check
#293
pocockn
closed
3 years ago
0
Fix Repeating Nonces
#292
NHAS
opened
3 years ago
0
use crypto/rand package instead of math/rand
#291
damien-white
opened
3 years ago
5
Advertisment converting ipv4 into ipv6
#290
danthegoodman1
opened
3 years ago
0
aead.go should import crypto/rand rather than math/rand
#289
mdouchement
opened
4 years ago
3
fix depreciated requirement
#288
itsnitigya
opened
4 years ago
0
ed25519 dependency link deprecated (module path has been changed)
#287
oracle58
opened
4 years ago
1
nodes with logging enabled always echo private key to logs
#286
haukened
opened
4 years ago
0
Client connects but don't see any handling data
#285
delp
opened
4 years ago
0
Example for reconnecting to nodes if they drop out
#284
pocockn
opened
4 years ago
1
ecdh: Use library functions for Ed25519->X25519 conversion
#283
Yawning
opened
4 years ago
0
Node stops answering Pings when put in background
#282
lrahmani
opened
4 years ago
0
Node Listen blocks indefinitely when assigned port is already taken
#281
lrahmani
opened
4 years ago
0
Update main.go
#279
venugopv
opened
4 years ago
0
Dependency github.com/adl/ed25519 no longer maintained and available
#278
DavidMinarsch
closed
4 years ago
2
Reduce AEAD allocations, and switched to using sync.Cond for reducing lock contention in clients.
#277
iwasaki-kenta
closed
4 years ago
0
Added pre shared key authentication.
#276
bgokden
closed
3 years ago
2
Authentication example
#275
bgokden
opened
4 years ago
5
Extend cryptographic keys API, reduce frequency of OnMessageSent being called, improve cache locality of Kademlia routing table.
#274
iwasaki-kenta
closed
4 years ago
0
Remove unnecessary allocations and goroutines, and introduce worker pool for handling requests concurrently.
#273
iwasaki-kenta
closed
4 years ago
0
gossip: initial impl of gossip package
#272
iwasaki-kenta
closed
4 years ago
1
node, node/opts, error, client, conn, readme: implement option to set max recv message size limit with default set to 2mb, and use uints for configurable values that should be non-negative
#271
iwasaki-kenta
closed
4 years ago
0
client, conn: remove idle timeout goroutine and use net.Conn read/write deadlines instead
#270
iwasaki-kenta
closed
4 years ago
1
Implement LRU eviction policy for connection pool, and reduce flakiness of Kademlia test.
#269
iwasaki-kenta
closed
4 years ago
1
R5N DHT
#268
dvn0
closed
4 years ago
2
Implementation of TLS
#267
jaysoncena
opened
4 years ago
4
all: reboot noise
#266
iwasaki-kenta
closed
4 years ago
1
Align atomic values
#265
target111
closed
4 years ago
0
Runtime error with default chat example
#264
target111
closed
4 years ago
0
Branch cleanup, chat example Dail error
#263
Leadrive
closed
4 years ago
3
Add golangci linter and fix all of the linting errors.
#262
a-urth
closed
4 years ago
0
Add golangci linter
#261
a-urth
closed
4 years ago
0
Noise cleanup-branch example, go run error undefined
#260
SgtRumpel
closed
4 years ago
1
Fixed dependencies
#259
puhtaytow
closed
4 years ago
0
dcn-common/p2p - Add CryptoID verification
#258
puhtaytow
closed
4 years ago
0
Implement a type to wrap conn and id, returned by ClosestPeers
#257
AhmadMuzakkir
closed
4 years ago
0
Allow noise to work if CPU does not support AES-NI
#256
hasyimibhar
closed
4 years ago
0
Don't close incoming connection on failed dial back.
#255
a-urth
closed
5 years ago
0
Lock callback methods which may race
#254
rkeene
closed
5 years ago
1
Next