web-transport

command module
v0.0.0-...-108f853 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2023 License: MIT Imports: 12 Imported by: 0

README

Web Transport Go Example

UDP Buffer Sizes

https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes

It is recommended to increase the maximum buffer size on Ubuntu by running:

sudo sysctl -w net.core.rmem_max=2500000
sudo sysctl -w net.core.wmem_max=2500000

This command would increase the maximum send and the receive buffer size to roughly 2.5 MB.

Certificates

Place your domains SSL certificates in the certs folder.

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