nat-sampler:用于确定主机 + 端口是否一致的示例地址

时间:2024-08-24 16:15:35
【文件属性】:

文件名称:nat-sampler:用于确定主机 + 端口是否一致的示例地址

文件大小:4KB

文件格式:ZIP

更新时间:2024-08-24 16:15:35

JavaScript

nat 采样器 用于确定主机 + 端口是否一致的示例地址 npm install nat-sampler 用法 const NatSampler = require ( 'nat-sampler' ) const s = new NatSampler ( ) // add a sample const hits = s . add ( '127.0.0.1' , 9090 ) console . log ( 'In there this many times:' , hits ) console . log ( 'Estimated host + port' , s . host , s . port ) 应用程序接口 s = new NatSampler() 制作一个新的采样器。 hits = s.add(host, port) 添加主机和端口的示例。 返回此条目的点击次数。 s


【文件预览】:
nat-sampler-master
----.gitignore(24B)
----README.md(1KB)
----.github()
--------workflows()
----LICENSE(1KB)
----package.json(608B)
----index.js(2KB)
----test.js(2KB)

网友评论