Feature Request
What feature are you suggesting?
Overview:
- Have the server socket use
SO_REUSEADDR so that I can 3dslink foo.3dsx --server in quick succession without getting this error:
bind listen socket: Address already in use
Smaller Details:
- it looks like windows has a different API for
setsockopt but I'm not an expert at windows or libc interfaces. But it would be nice if someone could test it for windows
Nature of Request:
Why would this feature be useful?
It would let me wait less between invocations of 3dslink or cargo run
Feature Request
What feature are you suggesting?
Overview:
SO_REUSEADDRso that I can3dslink foo.3dsx --serverin quick succession without getting this error:Smaller Details:
setsockoptbut I'm not an expert at windows or libc interfaces. But it would be nice if someone could test it for windowsNature of Request:
Why would this feature be useful?
It would let me wait less between invocations of
3dslinkorcargo run