diff options
Diffstat (limited to 'backends/networking/connection')
-rw-r--r-- | backends/networking/connection/islimited.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/networking/connection/islimited.h b/backends/networking/connection/islimited.h index 69be26701c..b23d31d157 100644 --- a/backends/networking/connection/islimited.h +++ b/backends/networking/connection/islimited.h @@ -26,6 +26,11 @@ namespace Networking { namespace Connection { +/** +* Returns whether connection's limited (if available on the target system). +* +* Returns true if connection seems limited. +*/ bool isLimited(); } // End of namespace Connection |