We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fd5c8 commit 2bcae4aCopy full SHA for 2bcae4a
src/iface/interface/mod.rs
@@ -401,9 +401,8 @@ impl Interface {
401
/// This function performs a bounded amount of work per call to avoid
402
/// starving other tasks of CPU time. If it returns true, there may still be
403
/// packets to be received or transmitted. Depending on system design,
404
- /// calling this function in a loop may cause a denial of service: it is
405
- /// safe if packets can be processed faster than they arrive, and unsafe
406
- /// otherwise.
+ /// calling this function in a loop may cause a denial of service if
+ /// packets cannot be processed faster than they arrive.
407
pub fn poll<D>(
408
&mut self,
409
timestamp: Instant,
0 commit comments