Changeset 3491
- Timestamp:
- Dec 13, 2012 1:27:26 AM (5 months ago)
- File:
-
- 1 edited
-
ofw/inet/ping.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ofw/inet/ping.fth
r2526 r3491 247 247 248 248 : $ping ( ip$ -- ) 249 open-net " $set-host" $call-net 249 open-net 250 " $set-host" ['] $call-net catch ?dup if ( x x errno ) 251 .error 2drop close-net exit 252 then 250 253 /ping-max " allocate-ip" $call-net to ping-packet 251 254 try-pings
Note: See TracChangeset
for help on using the changeset viewer.
