Changeset 1a0fb3f8 in mainline for uspace/srv/net/app/ping/ping.c
- Timestamp:
- 2010-01-04T22:47:30Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ede63e4
- Parents:
- b648ae4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/app/ping/ping.c
rb648ae4 r1a0fb3f8 236 236 } 237 237 238 icmp_phone = icmp_connect_module( SERVICE_ICMP );238 icmp_phone = icmp_connect_module( SERVICE_ICMP, ICMP_CONNECT_TIMEOUT ); 239 239 if( icmp_phone < 0 ){ 240 240 fprintf( stderr, "ICMP connect error %d\n", icmp_phone ); 241 return icmp_phone; 241 242 } 242 243
Note:
See TracChangeset
for help on using the changeset viewer.