]> git.gsnw.org Git - fping.git/commit
Refactor socket handling, allow running as non-root on Mac OS X by using non-privileg...
authorDavid Schweikert <david@schweikert.ch>
Thu, 28 Feb 2013 22:40:09 +0000 (23:40 +0100)
committerDavid Schweikert <david@schweikert.ch>
Sun, 13 Oct 2013 10:42:37 +0000 (12:42 +0200)
commit0ab66f80de3bc50e09a2aad970001ed769008cdb
treeb1e8375513862082118fbfa857464b493311b458
parent9fca2a141b1fbba7822a25eab5010c55cb231eff
Refactor socket handling, allow running as non-root on Mac OS X by using non-privileged ICMP (#7)
.gitignore
ChangeLog
src/Makefile.am
src/fping.c
src/fping.h [new file with mode: 0644]
src/socket.c [new file with mode: 0644]
src/socket4.c [new file with mode: 0644]
src/socket6.c [new file with mode: 0644]