senf/Example/udpServer directory and compiled with
<pre>
- #scons -u
+ # scons -u
<Then you can start the client/server with>
- #./udpServer
- #./udpClient
+ # ./udpServer
+ # ./udpClient
</pre>
When we take a look to the code, we start with the Server:
parsers if needed. */
Packet packet() const; ///< Get packet this parser is parsing from
- /**< \important This member should only be used from packet
+ /**< \note This member should only be used from packet
parsers when access to previous or following packets is
needed e.g. for calculating checksums etc. */
\param map string to string mapping to be filled with
state information
- \param lod level of detail requested. The
+ \param lod level of %detail requested. The
interpretation of this value is protocol specific
\implementation This member will be re-implemented in
/**< Formats the complete state map value and returns it as
a single multi-line string.
- \param lod level of detail requested. The
+ \param lod level of %detail requested. The
interpretation of this value is protocol specific
\implementation This member will be re-implemented in