"vscode:/vscode.git/clone" did not exist on "5d5e68a486ab7d14c331f8685c0ff2db9f0ebc0e"
support tcp-keepalive config interval on macOs (#10667)
Till now, on MacOS we only used to enable SO_KEEPALIVE, but we didn't set the interval which is configurable via the `tcp-keepalive` config. This adds support for that on MacOS, to match what we already do on Linux.
Please register or sign in to comment