Franz Heinzmann

Results 98 issues of Franz Heinzmann

## Description This adds two metrics: * `remote_holepunch_attempt` counts the number of remotes for which we initiated holepunching. * `remote_holepunch_success` counts the number of remotes where we initiated holepunching and...

`rustls-pemfile` is unmaintained: https://rustsec.org/advisories/RUSTSEC-2025-0134 #3744 adds an exception to our deny.toml Migration to `rustls-pki-types` is simple in princple. However, we have a couple of dependencies that also use `rustls-pemfile`: *...

## Description [`rustls-pemfile` is unmaintained](https://rustsec.org/advisories/RUSTSEC-2025-0134). This removes our direct dependencies of rustls-pemfile by replacing with equivalents via `rustls-pki-types`. However this does not yet remove `rustls-pemfile` completly: * We need to...

## Description This adds a simple test: one server that accepts connections, and then 3 clients that are created consecutively and each connect to the server, exchange data, close connection,...

netsim now usually passes on multipath but here's a recent failure: ``` [INFO][intg_iroh_full__1_to_1x3__i_get_0] Error: connection lost [INFO][intg_iroh_full__1_to_1x3__i_get_0] Caused by: [INFO][intg_iroh_full__1_to_1x3__i_get_0] closed by peer: last path abandoned by peer (code 0)...

bug

## Description * Adds `ConnectionInfo`, which is a weak info handle to a connection (does not keep the connection alive, cannot be upgraded to a full `Connection`). From a `ConnectionInfo`...

We currently expose quite a lot of types from dependencies in the pubic API of `iroh`. We should review that list before 1.0. For some types from widely used crates...

tracking
API

## Description Adds a test that closes a client endpoint and recreates it right away with the same node id. It tries to connect to a server it was previously...