tinyPortMapper
tinyPortMapper copied to clipboard
stop script issue
hi.After a while the script works without problems, it randomly stops and gives this error [FATAL][tcp]create new_remote_fd failed
I don't know what is the stop script you mentioned. I don't maintain/publish any scripts for tinyPortMapper.
this error [FATAL][tcp]create new_remote_fd failed means the file descriptor creation system call fails, it's likely caused by reaching some system limitation. Assume you are using linux, try to google "fd limitation" and increase it.