Dario Nieuwenhuis
|
3dd35d92c0
Enable `proto-dhcpv4` feature by default. Fixes #327
|
4 years ago |
Dario Nieuwenhuis
|
9e06a04fe4
Merge pull request #372 from JOE1994/null_terminator
|
4 years ago |
Dario Nieuwenhuis
|
331dde7547
Merge pull request #393 from smoltcp-rs/linux-mtu-fix
|
4 years ago |
JOE1994
|
9943ad38b9
add null terminator to c-string passed to libc API
|
4 years ago |
Dario Nieuwenhuis
|
662e8237ec
Fix MTU of RawSocket and TapInterface.
|
4 years ago |
Dario Nieuwenhuis
|
ce21bf4427
Remove .test_like_travis.rb
|
4 years ago |
Daniel Egger
|
86333b0fb2
Merge pull request #390 from smoltcp-rs/gha
|
4 years ago |
Adam Greig
|
263c4d1e44
Remove Travis configuration
|
4 years ago |
Adam Greig
|
aafc5e79ca
Add Github Actions for CI
|
4 years ago |
Dario Nieuwenhuis
|
2080152b25
tcp: don't send data outside the remote window
|
4 years ago |
Dario Nieuwenhuis
|
65e5893153
tcp: allow sending ACKs in FinWait2 state.
|
4 years ago |
whitequark
|
f25a531987
Take MTU into account during TcpSocket dispatch.
|
4 years ago |
mustermeiszer
|
b767861998
Taking into account TCP and IP header
|
4 years ago |
mustermeiszer
|
b933bc361f
Fixes unused MTU settings at TcpSocket dispatch
|
4 years ago |
Sam Jones
|
1268fb3d8d
Changed Dhcpv4Client to use device checksum capabilities
|
4 years ago |
whitequark
|
0a967c5d15
dhcpv4: use offered ip in requested ip option
|
4 years ago |
whitequark
|
929dc7d9ea
Merge branch 'master' into dhcpv4-use-requested_ip
|
4 years ago |
Dario Nieuwenhuis
|
77da1e0a37
igmp: centisecs are really decisecs
|
4 years ago |
Ryan Summers
|
bdfa44270e
Return RST to unexpected ACK in SYN-SENT state.
|
4 years ago |
whitequark
|
7948edc020
Fix test that relied on matching panic messages.
|
4 years ago |
Thales Fragoso
|
39c41afb68
Match silent_until behavior of NeighborState and Cache
|
4 years ago |
Thales Fragoso
|
b457416756
Merge lookup and lookup_pure methods
|
4 years ago |
Thales Fragoso
|
3bd6bc03a1
Only limit the neighbor cache rate after sending a request packet
|
4 years ago |
whitequark
|
e3c7c38a1c
Allow for ARP retry during egress
|
4 years ago |
whitequark
|
eba8d0eef3
Update src/socket/meta.rs
|
4 years ago |
Thales Fragoso
|
09f14c9df9
Allow for ARP retry during egress
|
4 years ago |
whitequark
|
cc85616440
Improve docs for `DeviceCapabilities.checksum`.
|
4 years ago |
Dario Nieuwenhuis
|
be6bbfe6d1
Do not send window updates in states that shouldn't do so.
|
4 years ago |
YOUNGSUK KIM
|
ef54279fbc
replace deprecated item 'mem::uninitialized'
|
4 years ago |
Lucas Zanela
|
802c46305a
Fix overly strict lifetime in TcpSocket.
|
4 years ago |