Discover Packages
github.com/m-lab/ndt-server
ndt5
plain
package
Version:
v0.23.0
Opens a new window with list of versions in this module.
Published: Sep 30, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
Accepter defines an interface the listening server to decide whether to
accept new connections.
Server is the interface implemented by the non-HTTP-based NDT server.
Because it isn't run by the http.Server machinery, it has its own interface.
NewServer creates a new TCP listener to serve the client. It forwards all
connection requests that look like HTTP to a different address (assumed to be
on the same host).
Source Files
¶
Click to show internal directories.
Click to hide internal directories.