Skip to content

sile/ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

### 概要
・SBCLによるicmpのpingの実装
・実行にはroot権限が必要

### バージョン
・0.0.3

### API
・(ping:ping target &key (loop-count 10) dont-route)
 - target: ping先のIPアドレスかホスト名。文字列 or #(x x x x)形式
 - loop-count: pingメッセージを送信する回数
 - dont-route: MSG_DONTROUTEをフラグに指定してpingメッセージを送信する