Sjors Provoost

Results 245 issues of Sjors Provoost

When generating a block template through e.g. getblocktemplate RPC, we reserve 4000 weight units and 400 sigops. Pools use this space for their coinbase outputs. At least one pool patched...

Refactoring

I run an [electrs](https://github.com/romanz/electrs) instance on a private network. Having to make a maintain a certificate for it is a bit of a pain. It would be nice if there...

When renewing an IPv6 pinhole via PCP the nonce is not checked. A similar nonce check as in `DeletePCPMap` could be used... https://github.com/miniupnp/miniupnp/blob/52357a7d1c7defff2ecf223ca8f4074305c7b206/miniupnpd/pcpserver.c#L1121-L1129 ... in CreatePCPMap_FW, right after the `if(uid...

miniupnpd
PCP
IPv6

I'm trying to understand the code that handles extending the lease of a IPv6 pinhole (PCP). If the request lifetime is more than 0 seconds, i.e. it's not a delete...

miniupnpd
PCP

As noticed by @laanwj in https://github.com/miniupnp/miniupnp/issues/744#issuecomment-2135683355 https://github.com/miniupnp/miniupnp/blob/5fcf0c281fd4e3fa3f32114824c1dee8f78cca03/miniupnpd/pf/pfpinhole.c#L379-L388 This causes pinhole renewal to fail with NO_RESOURCES. See e.g. https://github.com/opnsense/plugins/issues/4010

miniupnpd
pf
IPv6