summaryrefslogtreecommitdiff
path: root/send.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: Add SPDX tags and copyright headerJason A. Donenfeld2018-05-031-0/+5
| | | | Mathias should probably add his copyright headers to each file too.
* Add missing locks and fix debug output, and try to flush queuesJason A. Donenfeld2018-05-011-14/+39
| | | | | | Flushing queues on exit is sort of a partial solution, but this could be better. Really what we want is for no more packets to be enqueued after isUp is set to false.
* Fixed read from closed channelMathias Hall-Andersen2018-04-181-3/+11
| | | | | | | A premature waitgroup .Done resulted in reading from closed channel. This caused a nil-pointer deref & crash. Added additional debugging when closing routines.
* Work on logging formatMathias Hall-Andersen2018-02-041-5/+9
|
* Align with go library layoutMathias Hall-Andersen2018-02-041-0/+362