Results 1 ... 6 found in all logged channels for 'SO_REUSEADDR'

(asciilifeform) asciilifeform: http://logs.nosuchlabs.com/log/asciilifeform/2020-08-30#1020827 << the unfortunate part is that in practice, quite often needed. e.g. 'SO_REUSEADDR' .
(asciilifeform) asciilifeform: while we're at it, linux's ip stack per se has some overt issues .
(trilema) asciilifeform: as i currently understand, if one were to 1) SO_REUSEADDR + 2) force it closed before attempting any connect -- oughta cure
(trilema) bvt: asciilifeform: re SO_REUSEADDR - i don't see how it is applicable: as i understand errno 106=EISCONN the kernel believes that the socket is still connected (perhaps socket.timeout case in send()?); so if you proceed to connect without closing it, you'd get double connect on the same socket; and SO_REUSEADDR does not protect against this: http://paste.deedbot.org/?id=Zd3l
(trilema) snsabot: Logged on 2019-09-08 22:10:50 asciilifeform: oh lobbes , prolly oughta have set SO_REUSEADDR also. loox like i did not
(trilema) asciilifeform: oh lobbes , prolly oughta have set SO_REUSEADDR also. loox like i did not