Alex Crawford
|
98f9f8e582
Allow DeviceCapabilities to be initialized
|
3 years ago |
Alex Crawford
|
1cbc38d0ea
Clean up examples
|
3 years ago |
Alex Crawford
|
b290069cc1
Various cleanups
|
3 years ago |
Dario Nieuwenhuis
|
318ad8adb1
Merge pull request #406 from smoltcp-rs/rto
|
3 years ago |
Dario Nieuwenhuis
|
5117af776a
tcp: Add RTT estimation.
|
3 years ago |
Dario Nieuwenhuis
|
b5a4def9dd
Make some time funcs const.
|
3 years ago |
Dario Nieuwenhuis
|
2aede17ad2
Merge pull request #405 from smoltcp-rs/clippytest
|
3 years ago |
Dario Nieuwenhuis
|
ac50995516
More clippy fixes.
|
3 years ago |
whitequark
|
5cfbfbb02e
Merge pull request #403 from crawford/clippy
|
3 years ago |
Alex Crawford
|
cd2f2a45bb
Enforce that there are no warnings in clippy check
|
3 years ago |
Alex Crawford
|
cc7fe85d70
Collapse redundant closure
|
3 years ago |
Alex Crawford
|
0f69c60e43
Remove unnecessary clones
|
3 years ago |
Alex Crawford
|
400432802e
Remove an unneeded semicolon
|
3 years ago |
Alex Crawford
|
5361a7b73c
Silence warning about mapping to unit type
|
3 years ago |
Alex Crawford
|
ac67edd318
Silence a few warnings from clippy
|
3 years ago |
Alex Crawford
|
902817e2aa
Use iterators instead of manually looping
|
3 years ago |
Alex Crawford
|
e4e4e3ab80
Remove some unneeded imports and a variable
|
3 years ago |
Alex Crawford
|
1ff8edf201
Clean up a couple of if-blocks
|
3 years ago |
Alex Crawford
|
ddb876bec4
Remove redundant field names from structs
|
3 years ago |
Dario Nieuwenhuis
|
b175faedcb
Merge pull request #398 from smoltcp-rs/simultaneous-close
|
3 years ago |
Dario Nieuwenhuis
|
d98e5ed038
Merge pull request #399 from smoltcp-rs/medium-ip-part1
|
3 years ago |
Dario Nieuwenhuis
|
38d5329353
Merge pull request #402 from crawford/clippy
|
3 years ago |
Alex Crawford
|
95bbd24869
Clean up iterator chains
|
3 years ago |
Alex Crawford
|
ebe2449bcc
Remove some redundant closures
|
3 years ago |
Alex Crawford
|
dc7de0a550
Use subsec_millis where possible
|
3 years ago |
Alex Crawford
|
48539a84dc
Prefer elided lifetimes
|
3 years ago |
Alex Crawford
|
57029d6e5d
Prefer assignment operators
|
3 years ago |
Alex Crawford
|
48323b5980
Silence warning about matches macro
|
3 years ago |
Alex Crawford
|
5c335f8fe7
Silence warning about is_empty method
|
3 years ago |
Alex Crawford
|
86e778c446
Silence warning about non-exhaustive pattern
|
3 years ago |