Skip to content

Commit

Permalink
lib.ipsec.esp: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Buhrmester committed Aug 4, 2016
1 parent 17f65a0 commit 2e75c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ipsec/esp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZ
end
-- Check that packets from way in the past/way in the future
-- (further than the biggest allowable window size) are rejected
-- This is where we ultimately want resynchronation (wrt. future packets)
-- This is where we ultimately want resynchronization (wrt. future packets)
C.memset(dec.window, 0, dec.window_size / 8); -- clear window
dec.seq.no = 2^34 + 42;
enc.seq.no = 2^36 + 42;
Expand Down

0 comments on commit 2e75c11

Please sign in to comment.