} else {
/* tracker has been recycled before it went into the spare queue */
- /* tracker is initialized (recylced) but *unlocked* */
+ /* tracker is initialized (recycled) but *unlocked* */
}
(void) SC_ATOMIC_ADD(defragtracker_counter, 1);
* Defragmentation module.
* References:
* - RFC 815
- * - OpenBSD PF's IP normalizaton (pf_norm.c)
+ * - OpenBSD PF's IP normalization (pf_norm.c)
*
* \todo pool for frag packet storage
* \todo policy bsd-right
FatalError("defrag: Timeout less than minimum allowed value.");
}
else if (timeout > TIMEOUT_MAX) {
- FatalError("defrag: Tiemout greater than maximum allowed value.");
+ FatalError("defrag: Timeout greater than maximum allowed value.");
}
dc->timeout = timeout;
}
{
int i;
- /* Setup a small numberr of trackers. */
+ /* Setup a small number of trackers. */
FAIL_IF_NOT(ConfSet("defrag.trackers", "16"));
DefragInit();