libnpfs socksrv doesn't set SO_REUSEADDR so you can't reuse the same port number within reasonable amount of time.
Patch attached.
Logged In: YES user_id=12263
Previous version of the patch erroneously used SOL_IP instead of SOL_SOCKET. Fixed.
fixed patch (use SOL_SOCKET instead of SOL_IP)
Log in to post a comment.
Logged In: YES
user_id=12263
Previous version of the patch erroneously used SOL_IP
instead of SOL_SOCKET. Fixed.
fixed patch (use SOL_SOCKET instead of SOL_IP)