Skip to content

Commit

Permalink
Socket: add parameter doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mporsch committed Mar 23, 2024
1 parent 27cf82e commit f72ba02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/sockpuppet/socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ struct SocketTcp

#ifdef SOCKPUPPET_WITH_TLS
/// Create a TLS-enabled TCP socket connected to given address.
/// @param connectAddress Peer address to connect to.
/// @param certFilePath Path to certificate file in PEM format
/// @param keyFilePath Path to private key file in PEM format.
/// @throws If loading certificate/key or connect fails.
Expand Down

0 comments on commit f72ba02

Please sign in to comment.