Skip to content
Commit 5055776c authored by Kohsuke Kawaguchi's avatar Kohsuke Kawaguchi
Browse files

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
parent 7a64e030
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment