diff options
author | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2017-07-11 18:48:29 +0200 |
---|---|---|
committer | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2017-07-11 18:48:29 +0200 |
commit | c273078376d5aa394e871e7436b8e770b0c3f4a0 (patch) | |
tree | e868b73a61000b61929f8cec9949818694d6f2a0 /src/replay_test.go | |
parent | 9c4acb9f358f576479975f7baaf6b4ed5ec932a8 (diff) |
Added ratelimiting of handshake messages
Diffstat (limited to 'src/replay_test.go')
-rw-r--r-- | src/replay_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/replay_test.go b/src/replay_test.go index e75c5c1..228fce6 100644 --- a/src/replay_test.go +++ b/src/replay_test.go @@ -9,8 +9,6 @@ import ( * */ -/* Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */ - func TestReplay(t *testing.T) { var filter ReplayFilter |