mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Document new TCP stream classes
This commit is contained in:
@@ -273,6 +273,16 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* \brief Exception thrown when a stream is not found
|
||||
*/
|
||||
class stream_not_found : public exception_base {
|
||||
public:
|
||||
const char* what() const throw() {
|
||||
return "Stream not found";
|
||||
}
|
||||
};
|
||||
|
||||
namespace Crypto {
|
||||
namespace WPA2 {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user