veloren/server
Marcel Märtens b443e4dd31 Add Quin support, as this is not yet very much tested it needs to be activated in the settings of SERVER and CLIENT.
Server:
 provide a certificate file and key file via the settings. When provided it will then listen on TCP and QUIC, if not provided it will be TCP only.
 The certificate must be known by the client, so you might get problems with self-signed certificates.
 ```ron
 quic_files: Some((
     cert: "/home/user/veloren_cert.pem",
     key: "/home/user/veloren_key.key",
 )),
 ```

Client:
 activate the voxygen settin `use_quic: true` to try to connect to the quic backend of a server.
2021-05-10 12:59:13 +02:00
..
src Add Quin support, as this is not yet very much tested it needs to be activated in the settings of SERVER and CLIENT. 2021-05-10 12:59:13 +02:00
Cargo.toml Add Quin support, as this is not yet very much tested it needs to be activated in the settings of SERVER and CLIENT. 2021-05-10 12:59:13 +02:00