We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3943700 commit 64da67cCopy full SHA for 64da67c
include/tins/tcp.h
@@ -303,7 +303,7 @@ class TINS_API TCP : public PDU {
303
* TCP tcp = ...;
304
* if(tcp.has_flags(TCP::SYN | TCP::ACK)) {
305
* // It's a SYN+ACK, but it also possible that other flags are set!
306
- * // it is equivalent to: (tpc.flags() & (TCP::SYN | TCP::ACK)) == (TCP::SYN | TCP::ACK)
+ * // it is equivalent to: (tcp.flags() & (TCP::SYN | TCP::ACK)) == (TCP::SYN | TCP::ACK)
307
* }
308
* \endcode
309
*
0 commit comments