quic-echo

command module
v0.0.0-...-7531a08 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2019 License: MIT Imports: 13 Imported by: 0

README

quic-echo

Echo server, client over the QUIC protocol.

build

Run make in the root directory. Execute the server and client as two different processes in order.

files

server.go

Creates a QUIC echo server.

$ ./server -h
Usage of ./server:
  -hostname string
        hostname/ip of the server (default "localhost")
  -port string
        port number of the server (default "4242")
client.go

Creates a QUIC client to talk to the echo server.

$ ./client -h
Usage of ./client:
  -hostname string
        hostname/ip of the server (default "localhost")
  -necho int
        number of echos (default 100)
  -port string
        port number of the server (default "4242")

author

Sayan Goswami

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL