Set proper socket parameters suitable for CLI communication
Keep-alive option ensures that the connection won't hang forever. NoDelay option improves performance as the communication over the socket is already datagram oriented. See: https://developer.cloudbees.com/bin/view/DEV/On-Premise+Executors
Loading
Please register or sign in to comment