IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#ls2
/2022/07/27
@eyedeekay
+R4SAS
+RN
+acetone
+weko
Irc2PGuest34670
Irc2PGuest53717
Leopold
Minogami
Onn4l7h
Onn4|7h
anon
dr|z3d_
eyedeekay_bnc
j6
not_bob_afk
orignal_
polistern
profetikla
qend-irc2p
u5657
x74a6
zer0bitz
orignal HwPi produces missng address
dr|z3d apeace could probably use some +V love, zzz. :)
dr|z3d looking to hook up with idk regarding go development.
orignal but what's going on i2p-dev? ))
dr|z3d you tell me, orignal :)
orignal I'm not there
dr|z3d want to know, be there :)
dr|z3d but currently, nothing is probably closest to the truth, since you asked.
orignal no reason
orignal I don't understand why this channel becomes new i2p-dev
dr|z3d probably because you're boycotting #i2p-dev.
orignal I doubt everybody here is for me
orignal people wanting to talk to me comes to Ilita ))
dr|z3d no, what I mean is, if you weren't boycotting #i2p-dev, then #ls2 wouldn't need to exist. but maybe separation isn't such a bad thing.
orignal ls2 was created to discuss new stuff like LS2 without extra noise
R4SAS found bug with getting MTU on windows, fixed it
zzz great news R4SAS
zzz orignal, HwPi is i2pd, 1492 MTU which I haven't seen before
R4SAS I think HwPi has ssu2.published = false
R4SAS 1492 is usual thing after some routers
zzz no host/port but it does have 'S': SSU2: cost: 15 caps: 46 i: f28ziYer-PR0X4BP-LFPO98QHfiJ75cP~T1HhfCNRHo= mtu: 1492 s: SHWh3ZrnReg-eBfcYkkQtaaZ5cAhuipyRCHFqTDmZxc= v: 2
R4SAS yup, unpublished
zzz so why can't it "find" the SSU2 address when processing the session confirmed?
orignal zzz, it's not like it can't find SSU2 address but can't find S
orignal came from part 1
orignal I will check
orignal caps: 46
orignal maybe that's why
orignal need to investigate more
zzz ok. I have 135 inbound connections from him in 2+ days, no errors
orignal do you compare S ?
zzz yes, I fixed that 10 days ago
orignal thanks. will check my code
orignal do you have max connection time for a session?
orignal found the issue with 46
orignal will fix
zzz yay
zzz max connection time after it's up, or max timeout for the handshake?
orignal time of connection
orignal right now I see a session that lasts more than a day
zzz nope, no limit. Other than 2^32 messages, after that we'd need to rekey (but we haven't defined how to do that)
zzz also, HwPi keeps asking me for a IPv6 peer test over a IPv4 connection but that's not allowed
orignal which connection? Alice-Bob or Bob-Charlie?
orignal if Alice-Bob let me check
zzz alice/bob, msg 1
orignal yes, it's caused by that 46
orignal fill fix
orignal but I'm not sure how should we hanlde it
orignal if out address is 46 what address should we place?
zzz you can only test the address you're connected to bob with
orignal agree
orignal will add this check
orignal do you compare address in message with peer's endpoint?
orignal if you are Bob
zzz yes
orignal will add this check
zzz for IPv4 I compare full address; for IPv6 I compare first 8 bytes only, because address may change