@eyedeekay
+R4SAS
+RN
+RN_
+T3s|4
+Xeha
+not_bob
+orignal
FreeRider
Irc2PGuest75862
Onn4l7h
Onn4|7h
T3s|4_
aargh3
acetone_
anon4
cancername
eyedeekay_bnc
profetikla
shiver_1
u5657
weko_
x74a6
zzz
good morning orignal, new problem for today:
zzz
- I get a termination block reason 2 from i2pd
zzz
- I immediately reply with a termination block reason 1
zzz
- I immediately get _another_ termination block reason 2 from the peer ?!?
zzz
so once I have my post-termination handler done, I'm going to send _another_ termination block reason 1 back
orignal
let me check
orignal
is it possible it was just a resend?
orignal
if (IsEstablished () && buf[11] != eSSU2TerminationReasonTerminationReceived)
orignal
RequestTermination (eSSU2TerminationReasonTerminationReceived);
orignal
so I don't send 2 if I receive 1
zzz
I don't think so because I'm getting the 2nd one about 125 ms after I send reason 1
orignal
const int SSU2_RESEND_INTERVAL = 300; // in milliseconds
orignal
so it's possible
zzz
that's too short
orignal
it's my resend timer
orignal
actual resend interval is based on actual RTT
zzz
can you double check buf[11] is the right place too?
orignal
sec
orignal
11 seems right offset
zzz
hmm
zzz
I'm not sure what's happening then
zzz
when I send the second one with reason 1, I don't get any more
orignal
that's why I suspect retrans
zzz
ok thanks. As an experiment I'm going to try not sending a response, to see what your retransmissions look like
zzz
will let you know
orignal
thanks