mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine comments of security deny check
This commit is contained in:
parent
75f2607685
commit
18b15b9099
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ private:
|
||||||
virtual int allow_check(SrsConfDirective* rules, SrsRtmpConnType type, std::string ip, SrsRequest* req);
|
virtual int allow_check(SrsConfDirective* rules, SrsRtmpConnType type, std::string ip, SrsRequest* req);
|
||||||
/**
|
/**
|
||||||
* security check the deny,
|
* security check the deny,
|
||||||
* @return, if allowed, ERROR_SYSTEM_SECURITY_DENY.
|
* @return, if denied, ERROR_SYSTEM_SECURITY_DENY.
|
||||||
*/
|
*/
|
||||||
virtual int deny_check(SrsConfDirective* rules, SrsRtmpConnType type, std::string ip, SrsRequest* req);
|
virtual int deny_check(SrsConfDirective* rules, SrsRtmpConnType type, std::string ip, SrsRequest* req);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue