From: Victor Julien Date: Tue, 22 Dec 2015 09:09:49 +0000 (+0100) Subject: stream-tcp: improve function doc X-Git-Tag: suricata-3.0.1RC1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12d7c86efca06986b75c61865dd861115a05d571;p=thirdparty%2Fsuricata.git stream-tcp: improve function doc --- diff --git a/src/stream-tcp.c b/src/stream-tcp.c index 9ccb6a2940..f0a3fbdac9 100644 --- a/src/stream-tcp.c +++ b/src/stream-tcp.c @@ -641,9 +641,10 @@ void StreamTcpFreeConfig(char quiet) /** \brief The function is used to to fetch a TCP session from the * ssn_pool, when a TCP SYN is received. * - * \param quiet Packet P, which has been recieved for the new TCP session. + * \param p packet starting the new TCP session. + * \param id thread pool id * - * \retval TcpSession A new TCP session with field initilaized to 0/NULL. + * \retval ssn new TCP session. */ TcpSession *StreamTcpNewSession (Packet *p, int id) {