On Tue, May 27, 2025 at 09:00:51AM -0400, Luiz Augusto von Dentz wrote: > Hi Remi, > > On Mon, May 26, 2025 at 3:52 PM Remi Pommarel <repk@xxxxxxxxxxxx> wrote: > > > > Control and Target retries counter were reset when service state > > goes from CONNECTED to DISCONNECTED, but usually an extra DISCONNECTING > > state is reach before going to DISCONNECTED. This causes retry counter > > to not being reset in this case, leading to service not being able to > > initialize on next connection. HS retry counter was only reset when > > limit is reached. > > > > Reset the counter as soon as CONNECTED state is reached to avoid that. > > Looks correct, but shouldn't we update for other services as well? Not > just HS and CT and TG. Thats right, looks like I missed sink and source retry counters. Thanks -- Remi