Henning Rogge

Results 11 issues of Henning Rogge

I am experimenting with both unicast and multicast and have trouble with the no_response option. I have set the option (both on client transmission taks and on server resource) to...

Add a fixed timeout of 1 second for resolving plumbing events for no-response messages.

When experimenting with outgoing client multicast (NonConfirmable, NoResponse-2) I noticed that the function WriteMessage() in udp/client/clientconn.go automatically converts all messages into Confirmable (block-wise, even with a single block) messages. I...

Is it possible with the openapi-spec-validator to remove the "$id" and "$schema" from referred schemata before handling them to the validators. JSON schemata allow these two keys (and at least...

The Mux-router function GetRoutes() returns the user a direct "reference" to the internal map, which is NOT a copy. This defeats the purpose of the locking mechanism in the router.

Calling RouteSubscribeWithOptions on Linux 6.1.0-7-amd64 with ListExisting=true seems to require root for calling Send() in the ListExisting if block (routeSubscribeAt function), but calling RouteListFiltered() with the same search options does...

I am looking for a way to setup a "IPv4 and IPv6" over IPv4 tunnel (with a SIT linux tunnel), but I am unable to find a way to set...

the ApplyOptions() function in stock/web.go creates a new http server every times new parameters are set via restconf. I think it should use Shutdown()/Close() on the old server before opening...

Hi, it is a little bit difficult to find out what RFCs and features freeconf does support or not. Does it support metadata (rfc7952) and/or XML (RFC 8040) encoding?