IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#i2p-dev
/2025/08/05
&zzz
+FreefallHeavens
+R4SAS
+RN_
+Romster
+Stormycloud
+acetone
+cims
+eche|off
+mareki2p
+nilbog
+nyaa2pguy
+orignal
+postman
+qend-irc2p
+wodencafe
Arch
Danny
Irc2PGuest15434
Irc2PGuest16019
Irc2PGuest20377
Irc2PGuest33925
Irc2PGuest35412
Irc2PGuest77921
MatrixBot
NiceBoat
Onn4l7h
Onn4|7h
Over
Sisyphus
T3s|4
T3s|4_
Teeed
aargh4
ahiru
ananas
anontor2
b3t4f4c3___
dr4wd3_
duanin2
ice_juice
mahlay
makoto
marek
n2_
noidea
not_bob_afk2
o3d3
p2pworm
profetikla
r00tobo
rapidash
rednode
sahil
solidx66
stormycloud[m]
sublimia
test3847473
uop23ip
urist_
vivid_reader56
x74a6
zelgomer
orignal zzz, small question about SAM
orignal when a command session gets diconnected and reconnects back immeditely you assign old session, right?
orignal my question is for how long do you keep a session after diconnect
zzz orignal, session is torn down immediately, there is no "grace period"
orignal so user has a wifi glitch and have to create session/destination from scratch?
orignal it seems wrong
orignal what do you think if I try to implement this?
orignal to improve stability
zzz sounds like more trouble than it's worth
orignal what kind of troubles?
orignal if you reconnect quickly during grace period
zzz sounds to me like it would be complex to implement, saving all the state
zzz would individual sockets stay up? how do you know it's the same endpoint? doesn't sound fun
zzz to me anyway
orignal I don't need to know same endoint I only need to know session id
orignal if I see SESSION CREATE with existing session id during grace period I don't decline but assign onld one
zzz doesn't sound great to me, but it's up to you
orignal how about dest?
orignal not session
orignal e.g. session dies right a way while assiciate dest doesn't
zzz we tear it all down immediately
orignal that's really wrong
orignal you have to recreate tunnels again
orignal immediately
zzz it's a corner case not worth worrying about imho. fine if you want to