diff options
author | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2017-07-12 23:11:49 +0200 |
---|---|---|
committer | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2017-07-12 23:11:49 +0200 |
commit | 8393cbff521560caef5b1b468cbb2ad030e8eda4 (patch) | |
tree | 7fb701a023beb36780eebded65d4915ff196925d /src/ratelimiter.go | |
parent | 86707cbc88fbad58481b400eaf12fa75c78f9855 (diff) |
Restructured MAC/cookie calculation
Added copy-right headers accidentally removed
Diffstat (limited to 'src/ratelimiter.go')
-rw-r--r-- | src/ratelimiter.go | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ratelimiter.go b/src/ratelimiter.go index a9f719b..4f8227e 100644 --- a/src/ratelimiter.go +++ b/src/ratelimiter.go @@ -1,9 +1,8 @@ package main -/* Implementation of the ratelimited form the linux kernel version - * - * - * +/* Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */ + +/* This file contains a port of the ratelimited from the linux kernel version */ import ( |