Implemented initial core/ping.

A fake plaintext ping/pong implementation, for now it's just
   to use as a POC for multistream and secio.
This commit is contained in:
Jose Marcial Vieira Bisneto 2017-02-09 23:53:58 -03:00
parent de6c4b2495
commit 0522bedd2a
6 changed files with 93 additions and 2 deletions

View file

@ -18,4 +18,5 @@
void *ipfs_null_connection (void *ptr);
void *ipfs_null_listen (void *ptr);
int ipfs_daemon (int argc, char **argv);
int ipfs_ping (int argc, char **argv);
#endif // DAEMON_H