XOR-op
3410e9e95a
fix compile errors
2023-03-04 11:03:13 -08:00
XOR-op
03af149076
fix clippy and compile errors
2023-03-04 11:03:13 -08:00
XOR-op
3e9892d18a
WIP: narrow UdpSocket down to DnsUdpSocket
2023-03-04 11:03:13 -08:00
XOR-op
53bf976f00
WIP: many underlying type except mdns
2023-03-04 11:03:13 -08:00
Benjamin Fry
e712a2c031
disable actual UDP connecting logic, this causes an odd issue, and not strictly necessary
2022-04-07 13:23:18 -07:00
Benjamin Fry
eec06fce54
fix cleanliness of quic impls
2022-04-07 13:23:18 -07:00
Benjamin Fry
eb61a9b296
api for quic client streams implemented
2022-04-07 13:23:18 -07:00
Benjamin Fry
95b2dee327
add clippy::use_self for cleanliness
2022-02-17 19:47:32 -08:00
Sebastian Urban
6ef9b4ec4a
Configuration of bind address for resolver.
...
Allows configuration of the local address that is used by the resolver.
This is useful if the system has multiple active network connections
and it is desirable to specify which interface is used for name
resolution.
2022-01-04 14:57:50 -08:00
Benjamin Fry
6fcc72acca
Make all warnings across crates and binaries consistent
2021-03-08 15:34:26 -08:00
Benjamin Fry
a1c4cdc962
make SocketAddr copy rather than pass by ref
2020-11-28 20:38:00 -08:00
Benjamin Fry
ec1513c59a
add native async fn methods to async-std UdpSocket
2020-11-28 20:38:00 -08:00
Benjamin Fry
ecaf8c92d5
change UdpSocket to have Poll based methods
2020-11-28 20:38:00 -08:00
Benjamin Fry
a516f38b61
fix clippy warnings
2020-11-28 20:38:00 -08:00
Dirkjan Ochtman
025f62640f
attach associated type Time to UdpSocket trait
2020-10-16 13:24:45 -07:00
Dirkjan Ochtman
c4d254b49b
define DnsTcpStream supertrait for Connect
2020-10-16 13:24:45 -07:00
Dirkjan Ochtman
ab46adcc09
associate Time type with Connect trait
2020-10-16 13:24:45 -07:00
Dirkjan Ochtman
4ee7ffadfd
explicitly make Connect implement the Transport
2020-10-16 13:24:45 -07:00
Dirkjan Ochtman
3c0158a9d0
disable Nagle's algorithm for TCP connections
2020-10-15 22:35:20 +02:00
Dirkjan Ochtman
24512f63a5
limit futures dependencies to what is necessary
2020-10-13 07:58:06 -07:00
Benjamin Fry
fd356c258b
port over all tests
2020-04-11 13:51:52 -07:00