Stefan Kadow

Results 3 issues of Stefan Kadow

My server uses a server certificate that is signed with an intermediate certificate. When I use a file that is a concatenation of server and intermediate certificate, tntnet only delivers...

I am starting tntnet with a systemd service unit, see attached configuration file: [[email protected]](https://github.com/maekitalo/tntnet/files/2672745/tntnet.service.txt) I am starting multiple instances, for example `systemctl start [email protected]` and `systemctl start [email protected]`. This systemd...

With tntnet version 2.1 from the Debian repositories you can create `tnt::QueryParams` objects with unnamed parameters. `tnt::QueryParams tnt_qp; tnt_qp.add("value");` With the latest version from GitHub this only works with the...