@eyedeekay
&zzz
+R4SAS
+RN
+RN_
+StormyCloud
+T3s|4
+dr|z3d
+hk
+orignal
+postman
+qend-irc2p
+snex
Arch
BubbRubb1
Danny
DeltaOreo
FreeB
FreefallHeavens_
HowardPlayzOfAdmin
Irc2PGuest22728
Irc2PGuest51104
Irc2PGuest61213
Irc2PGuest7030
Leopold_xmpp_
Onn4l7h
Over1
Sisyphus
Sleepy
T3s|4_
Teeed
aargh
acetone_
ardu
b3t4f4c3___
bak83_
cumlord_
death
dr4wd3_
duanin2
duck
eyedeekay_bnc
hagen_
makoto
nilbog-
nnm--
not_bob_afk
ohThuku1_
poriori_
pory
profetikla
r00tobo
rapidash
shiver_
solidx66
thetia
u5657
uop23ip
w8rabbit
wew
wodencafe2
x74a6
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
why?
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