This implements an alterego of gtk-gnutella to access the local socket of gtk-gnutella.
#include "common.h"
Go to the source code of this file.
Functions | |
| void | local_shell (const char *socket_path) |
| A simple shell to speak to the local socket of gtk-gnutella. | |
|
|
A simple shell to speak to the local socket of gtk-gnutella. This is provided because there is not standard tool that could be used like telnet for TCP. This is meant as a stand-alone program and therefore does not return calls exit(). |
1.3.9.1