Node.js v26.10.0 documentation
- Node.js v26.10.0
- Table of contents
- DTLS
- Permission model
- DTLS vs TLS
dtls.listen(callback, options)dtls.connect(host, port[, options])dtls.createSecureContext([options])- Server Name Indication
- Denial of service
- Handshake timeout
- Pre-shared keys
- Session resumption
- Class:
DTLSSecureContext - Class:
DTLSEndpoint - Class:
DTLSEndpoint.StatsendpointStats.createdAtendpointStats.destroyedAtendpointStats.bytesReceivedendpointStats.bytesSentendpointStats.packetsReceivedendpointStats.packetsSentendpointStats.serverSessionsendpointStats.clientSessionsendpointStats.serverBusyCountendpointStats.serverRejectedCountendpointStats.serverRefusedCountendpointStats.isConnected
- Class:
DTLSSessionsession.send(data)session.close()session.destroy([error])session.destroyedsession.endpointsession.servernamesession.openedsession.closedsession.remoteAddresssession.protocolsession.ciphersession.peerCertificatesession.peerX509Certificatesession.sessionsession.reusedsession.authorizedsession.authorizationErrorsession.alpnProtocolsession.srtpProfilesession.statssession.exportKeyingMaterial(length, label[, context])- Callback properties
session[Symbol.asyncDispose]()
- Class:
DTLSSession.Stats - DTLS-SRTP example
- MTU considerations
- DTLS
- Index
- About this documentation
- Usage and example
- Assertion testing
- Asynchronous context tracking
- Async hooks
- Benchmark runner
- Buffer
- C++ addons
- C/C++ addons with Node-API
- C++ embedder API
- Child processes
- Cluster
- Command-line options
- Console
- Crypto
- Debugger
- Deprecated APIs
- Diagnostics Channel
- DNS
- Domain
- Environment Variables
- Errors
- Events
- File system
- FFI
- Globals
- HTTP
- HTTP/2
- HTTPS
- Inspector
- Internationalization
- Iterable Streams API
- Modules: CommonJS modules
- Modules: ECMAScript modules
- Modules:
node:moduleAPI - Modules: Packages
- Modules: TypeScript
- Net