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-Simple
/
t
/
lib
/
Dev
/
Null.pm
blob: 24ec07ab578b5f05e28cf6b32c38388b829b6666 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
package
Dev
::
Null
;
use
strict
;
sub
TIEHANDLE
{
bless
{},
shift
}
sub
PRINT
{
1
}
1
;