]> git.sesse.net Git - cubemap/blobdiff - thread.h
Support UDP packets larger than 4 kB.
[cubemap] / thread.h
index 12aa133d82f77781e6de0b3273e8dc0128232d76..728df27cd38002881f5270315344c1616307fc42 100644 (file)
--- a/thread.h
+++ b/thread.h
@@ -38,7 +38,8 @@ protected:
        // Wait until a wakeup.
        void wait_for_wakeup(const timespec *timeout_ts) { wait_for_activity(-1, 0, timeout_ts); }
 
-       // Make wait_for_activity() return.
+       // Make wait_for_activity() return. Note that this is a relatively expensive
+       // operation.
        void wakeup();
 
        bool should_stop();