aboutsummaryrefslogtreecommitdiff
path: root/device/device_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* device: fix races from changing private_keyJosh Bleecher Snyder2021-01-071-5/+26
* device: fix persistent_keepalive_interval data racesJosh Bleecher Snyder2021-01-071-1/+14
* device: use channel close to shut down and drain encryption channelJosh Bleecher Snyder2021-01-071-32/+104
* device: add a helper to generate uapi configsJosh Bleecher Snyder2021-01-071-28/+45
* device: increase timeout in testsJosh Bleecher Snyder2021-01-071-2/+2
* device: make test setup more robustJosh Bleecher Snyder2021-01-071-28/+64
* device: get free port when testingSina Siadat2020-07-311-5/+23
* global: update header comments and modulesJason A. Donenfeld2020-05-021-1/+1
* tuntest: split out testing packageDavid Crawshaw2020-05-021-141/+5
* device: test packets between two fake devicesDavid Crawshaw2019-10-161-29/+199
* device: use bytes.Equal for equality check, simplify assertEqualMatt Layher2019-06-041-2/+2
* device, tun: rearrange code and fix device testsMatt Layher2019-05-291-10/+30
* global: begin modularizationJason A. Donenfeld2019-03-031-0/+48