summaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-net-socket-keepalive-12.js
blob: d2fb230796e553da3a1025d1bf911c8958149eef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict';

// test-tls-net-socket-keepalive specifically for TLS1.2.

const common = require('../common');
if (!common.hasCrypto)
  common.skip('missing crypto');

const tls = require('tls');

tls.DEFAULT_MAX_VERSION = 'TLSv1.2';

require('./test-tls-net-socket-keepalive.js');