From d1b08d89eea94c9b5c3eb09c52f88c5f7765bd04 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 15 May 2013 20:33:10 +0000 Subject: -remarks --- doc/gnunet-c-tutorial.pdf | Bin 376475 -> 404530 bytes doc/gnunet-c-tutorial.tex | 11 ++++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/gnunet-c-tutorial.pdf b/doc/gnunet-c-tutorial.pdf index def137387..a5a4a3de8 100644 Binary files a/doc/gnunet-c-tutorial.pdf and b/doc/gnunet-c-tutorial.pdf differ diff --git a/doc/gnunet-c-tutorial.tex b/doc/gnunet-c-tutorial.tex index e58e47399..3b237b578 100644 --- a/doc/gnunet-c-tutorial.tex +++ b/doc/gnunet-c-tutorial.tex @@ -310,7 +310,10 @@ Now you have to edit {\tt peer2.conf} and change: \begin{itemize} \itemsep0em \item{\texttt{SERVICEHOME} under \texttt{PATHS}} - \item{Every value for ``\texttt{PORT}'' (add 10000) in any section (if \texttt{PORT} is enabled, may be disabled using "\#") } + \item{Every (uncommented) value for ``\texttt{PORT}'' (add 10000) in any + section (the option may be commented out if \texttt{PORT} is + prefixed by "\#", in this case, UNIX domain sockets are used + and the PORT option does not need to be touched) } \item{Every value for ``\texttt{UNIXPATH}'' in any section (e.g. by adding a "-p2" suffix)} \end{itemize} to a fresh, unique value. Make sure that the \texttt{PORT} numbers stay @@ -462,8 +465,10 @@ disconnect from the service with the provided service handle (\texttt{op\_result \exercise{Find out how many peers you can run on your system.} -\exercise{Find out how to create connections from within {\tt run} and create a - 2D torus topology. Then use the DHT API to store and retrieve values in the +\exercise{Find out how to create a 2D torus topology by changing the + options in the configuration file.\footnote{FIXME: Sree Harsha: need to + document configuration file options on gnunet.org and add link here!} + Then use the DHT API to store and retrieve values in the network.} \section{Developing Applications} -- cgit v1.2.3