Hello
I noticed while reading the kubo repository codebase RelayService (in this line https://github.com/ipfs/kubo/blob/master/core/node/libp2p/relay.go#L40) is applying **MaxReservations**
user provided relay option to MaxReservationsPerIP, MaxReservationsPerPeer and MaxReservationsPerASN rather than applying their correspondent options. is this done on purpose ?