storj/private/server
Egon Elbre 9a6be7f1e7 private/server: avoid relying on timing
The previous test relied on timing, but instead let's try dialing
the server and see whether we can do something with the connection.

We probably should test all the supported protocols instead of just tcp.

Change-Id: I9217494859faea0a7b93515aad706da4fdd8a140
2023-02-01 12:33:56 +02:00
..
common.go all: fix error naming 2021-04-29 15:38:21 +03:00
fastopen_linux.go private/server: support tcp fastopen 2023-01-30 13:30:43 -05:00
fastopen_other.go private/server: support tcp fastopen 2023-01-30 13:30:43 -05:00
fastopen_windows.go private/server: tcp_fastopen failures should not kill the server 2023-01-31 14:48:14 +00:00
listener.go private/server: monitor incoming connection kinds 2022-03-15 21:20:32 +00:00
noise_test.go storagenode/contact: send noise key and settings as contact info 2023-01-31 21:49:20 +00:00
noise.go storagenode/contact: send noise key and settings as contact info 2023-01-31 21:49:20 +00:00
prefix.go storagenode: accept HTTP calls on public port, listening for monitoring requests 2022-08-26 09:38:09 +00:00
replay.go storj/private/server: listen for noiseconn requests 2023-01-30 13:23:08 -05:00
server_test.go private/server: avoid relying on timing 2023-02-01 12:33:56 +02:00
server.go storagenode/contact: send noise key and settings as contact info 2023-01-31 21:49:20 +00:00