UNPKG
over-the-wire
Version:
latest (1.2.3)
1.2.3
1.1.3
1.0.3
1.0.2
1.0.1
1.0.0
Network inspection library for Node
github.com/vaguue/over-the-wire
vaguue/over-the-wire
over-the-wire
/
lib
/
defaults.js
7 lines
(5 loc)
•
132 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
{
LinkLayerType
} =
require
(
'./enums'
);
module
.
exports
= {
snaplen
:
65535
,
linktype
:
LinkLayerType
.
LINKTYPE_ETHERNET
, };