Expire arp cache entries at a more reasonable timeout

This commit is contained in:
Tony Garnock-Jones 2014-06-17 12:06:27 -04:00
parent 7f5fa1d7c8
commit 0d11381954
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
(struct arp-assertion (protocol protocol-address) #:prefab)
(define ARP-ethertype #x0806)
(define cache-entry-lifetime-msec 1000) ;; (* 14400 1000)
(define cache-entry-lifetime-msec (* 14400 1000))
(define wakeup-interval 5000)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;