reslisarc

来自「查看局域网的信息,类似网上邻居的功能,例如查看哪台计算机在线等」· 代码 · 共 10 行

TXT
10
字号
PingNames = someHost;someOtherHostAllowedAddresses = 192.168.100.0/255.255.255.0FirstWait = 30                          #30 hundredth secondsSecondWait = -1                         #only one try#SecondWait = 60                         #try twice, and the second time wait 0.6 secondsUpdatePeriod = 300                      #update after 300 secsDeliverUnnamedHosts = 0                 #also publish hosts without nameMaxPingsAtOnce = 256                    #send up to 256 ICMP echo requests at once

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?