index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gnu
/
usr.bin
/
perl
/
cpan
/
Test-Harness
/
t
/
lib
/
NOP.pm
blob: 6de1dbfbd5be4c77d141693925cf5d0b79ab6126 (
plain
) (
blame
)
1
2
3
4
5
6
7
package
NOP
;
# Do nothing much
sub
new
{
bless
{},
shift
}
1
;