ooni-probe-cli/internal/engine/netx/quicdialer
Simone Basso ceb2aa8a8d
fix(netx): make sure we save quic udp conn events (#423)
https://github.com/ooni/probe-cli/pull/421 was wrong because we need
a more rich interface for quic-go to call ReadMsgUDP.

With this commit, we use such an interface: OOBCapablePacketConn.

Still part of https://github.com/ooni/probe/issues/1505.
2021-07-02 11:00:12 +02:00
..
connectionstate.go refactor: cleaner way of passing a UDPConn around (#421) 2021-07-01 21:56:29 +02:00
quicdialer.go refactor: cleaner way of passing a UDPConn around (#421) 2021-07-01 21:56:29 +02:00
saver_test.go refactor: move quicdialing base functionality to netxlite (#406) 2021-06-25 17:04:24 +02:00
saver.go refactor: cleaner way of passing a UDPConn around (#421) 2021-07-01 21:56:29 +02:00
system_test.go refactor: move i/e/n/errorx to i/errorsx (#416) 2021-07-01 16:34:36 +02:00
system.go fix(netx): make sure we save quic udp conn events (#423) 2021-07-02 11:00:12 +02:00