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:
parent
de6c4b2495
commit
0522bedd2a
6 changed files with 93 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue