IMD dropping garlic replies?
While running i2psnark I'm getting a lot of these:
WARN [P reader 1/4] nnel.InboundMessageDistributor: Dropping targeted inbound garlic message for client I2PSnark (xxx.b32.i2p) to [Hash: xxx] / nnnnn
While I haven't verified, these are probably garlic'ed DeliveryStatusMessages for ratchet acks or LS stores, as documented in our specs.
The affected code is in InboundMessageDistributor lines 201-247 which you changed significantly for 2.3.0 and removed the code to send these things back out a tunnel.
Please research the diff vs. 2.2.1, why you made these changes, were they tested, and can they be reverted or modified. This appears to be a serious breakage. Sending replies out a tunnel is part of the design and should not be a security issue.
Marking as blocker.