Fix comment

This commit is contained in:
Atlante45 2017-06-12 10:54:22 -07:00
parent 61eb93af35
commit a15660993d

View file

@ -65,7 +65,7 @@ protected:
/// Implements generic processing behavior for this thread.
virtual bool process() override;
/// Determines the timeout of the wait when there are no packets to process. Default value means no timeout
/// Determines the timeout of the wait when there are no packets to process. Default value is 100ms to allow for regular event processing.
virtual unsigned long getMaxWait() const { return MAX_WAIT_TIME; }
/// Override to do work before the packets processing loop. Default does nothing.