wireguard-go/conn
Jason A. Donenfeld ea6c1cd7e6 device: receive: do not exit immediately on transient UDP receive errors
Some users report seeing lines like:

> Routine: receive incoming IPv4 - stopped

Popping up unexpectedly. Let's sleep and try again before failing, and
also log the error, and perhaps we'll eventually understand this
situation better in future versions.

Because we have to distinguish between the socket being closed
explicitly and whatever error this is, we bump the module to require Go
1.16.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2021-01-08 14:30:04 +01:00
..
boundif_android.go conn: unbreak boundif on android 2020-06-07 01:48:28 -06:00
boundif_windows.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
conn.go conn: add comments saying what uses these interfaces 2020-06-22 10:40:59 +10:00
conn_default.go conn: remove useless comment 2020-06-07 01:37:01 -06:00
conn_linux.go device: receive: do not exit immediately on transient UDP receive errors 2021-01-08 14:30:04 +01:00
mark_default.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
mark_unix.go global: update header comments and modules 2020-05-02 02:08:26 -06:00