]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
stream-tcp: improve function doc
authorVictor Julien <victor@inliniac.net>
Tue, 22 Dec 2015 09:09:49 +0000 (10:09 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 10 Mar 2016 16:59:00 +0000 (17:59 +0100)
src/stream-tcp.c

index 9ccb6a2940eb4ca063aa16863b89c015560e67e6..f0a3fbdac98708e96e484e6273d349da71793819 100644 (file)
@@ -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)
 {