mirror of
https://github.com/mfontanini/libtins
synced 2026-01-28 12:44:25 +01:00
Documented all functions in header files.
This commit is contained in:
@@ -44,6 +44,8 @@ namespace Tins {
|
||||
*/
|
||||
class PacketSender {
|
||||
public:
|
||||
/** \brief The default timeout for receive actions.
|
||||
*/
|
||||
static const uint32_t DEFAULT_TIMEOUT;
|
||||
|
||||
/** \brief Flags to indicate the socket type.
|
||||
@@ -63,6 +65,10 @@ namespace Tins {
|
||||
*/
|
||||
PacketSender(uint32_t recv_timeout = DEFAULT_TIMEOUT);
|
||||
|
||||
/** \brief PacketSender destructor.
|
||||
*
|
||||
* This gracefully closes all open sockets.
|
||||
*/
|
||||
~PacketSender();
|
||||
|
||||
/** \brief Opens a layer y socket.
|
||||
|
||||
Reference in New Issue
Block a user