Hugo V.C.

Results 8 issues of Hugo V.C.

I'm trying to make a simple benchmark to a very simple code using "tiny_http" like this: ``` fn main(){ let server = Server::http("0.0.0.0:80"); match server { Ok(_) => println!("Success"), Err(_)...

I wonder if it would be possible to have some compile-time config file (not source code) so some critical parameters of networking (static IP address, DNS servers, dhcp on/off,...) could...

While trying to add rustls support to tiny_http (Hermit/aarch64), I got this error: ``` error[E0425]: cannot find function `fill_impl` in this scope --> /home/hugo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/rand.rs:160:9 | 160 | fill_impl(dest) | ^^^^^^^^^...

Hi, I can see there's a "max_connections" parameter that can be configured to limit "maximum number of connections to a worker", anyway, this will not stop a single attacker IP...

security

Hi! I wonder if there's any plan to add more options to the current ones ( --configuration-port, --frontend-port, --key). Specifically, I was looking for some way to change the listening...

I wonder if it would be possible to have some documentation about usage examples (beyond the "tlstunnel --help"). This software looks wonderful. Would be nice to have some doc on...

I think there's a typo error on the "IA32 Example" where it says: ``` ../init-build.sh -DPLATFORM=ia32 -DRELEASE=TRUE -DSIMULATION=TRUE ``` should say: ``` ../../init-build.sh -DPLATFORM=ia32 -DRELEASE=TRUE -DSIMULATION=TRUE ``` It's not a...

I'm getting this error while compiling this file as part of this project (https://docs.sel4.systems/projects/sel4webserver/). This is the error: ``` [30/79] Building C object CMakeFiles/capdl-loader.dir/home/hugo/sel4_linux_guest_qemu_virt/projects/capdl/capdl-loader-app/src/main.c.obj FAILED: CMakeFiles/capdl-loader.dir/home/hugo/sel4_linux_guest_qemu_virt/projects/capdl/capdl-loader-app/src/main.c.obj /usr/bin/ccache /usr/bin/aarch64-linux-gnu-gcc --sysroot=/home/hugo/sel4_linux_guest_qemu_virt/build -I/home/hugo/sel4_linux_guest_qemu_virt/projects/capdl/capdl-loader-app/include...