UNPKG

yamux-js

Version:

[![npm version](https://badge.fury.io/js/yamux-js.svg)](https://www.npmjs.com/package/yamux-js) [![Build status](https://img.shields.io/github/actions/workflow/status/th-ch/yamux-js/node.js.yml?branch=master)](https://github.com/th-ch/yamux-js) [![GitHub

13 lines (12 loc) 403 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultConfig = void 0; const constants_1 = require("./constants"); exports.defaultConfig = { acceptBacklog: 256, enableKeepAlive: true, keepAliveInterval: 30, // In seconds connectionWriteTimeout: 10, // In seconds maxStreamWindowSize: constants_1.initialStreamWindow, logger: console.log, };