issues
search
smoltcp-rs
/
smoltcp
a smol tcp/ip stack
BSD Zero Clause License
3.82k
stars
432
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
docs: Improve UdpMetadata doc comments.
#1014
willbicks
closed
1 day ago
0
WIP: Add new socket type for raw ethernet protocols
#1013
ususdei
opened
3 days ago
0
feat: Automatically join solicited-node multicast addresses
#1012
bergzand
closed
1 hour ago
1
Spelling: s/ndsic/ndisc/
#1011
astro
closed
2 weeks ago
0
Move the `Device` trait to `smoltcp-driver`
#1010
MabezDev
opened
2 weeks ago
0
feat: Add MLDv2 query response support
#1009
bergzand
closed
2 hours ago
2
Fix the error of specific length IP packets not being fragmented
#1008
Jc0x7D3
closed
3 weeks ago
1
Supporting something akin to the accept() syscall in POSIX in smoltcp?
#1007
thegameison
opened
1 month ago
0
Version 0.11.0 does not compile
#1006
n0x32schneider
closed
1 month ago
2
add a getter method for TCP listen_endpoint
#1005
tomDev5
closed
1 month ago
0
udp, icmp, raw socket can_recv() doesn't take into account buffer padidng.
#1004
Dirbaio
opened
1 month ago
0
Add `send_queue`/`recv_queue` to UDP/ICMP/Raw Socket
#1003
ProfFan
closed
1 month ago
0
Send immediate ACKs after RMSS bytes of data
#1002
lrh2000
closed
1 month ago
0
Support TCP simultaneous open
#1001
lrh2000
closed
1 month ago
2
use core::net types for IpAddress
#1000
aurelj
opened
1 month ago
9
How we are using `smoltcp`
#999
thomaseizinger
opened
1 month ago
0
Improve logging on rejected packets
#998
thomaseizinger
closed
1 month ago
1
fix: 6lowpan could panic when frag datagram_size < 40
#997
thvdveld
closed
1 month ago
0
fix: enter unreachable when discarding HBH Option with multicast destination address
#996
thvdveld
closed
2 months ago
0
fix: internal sACK flag not set correctly for client socket
#995
XOR-op
closed
2 months ago
2
wire: use core::net types for IP addresses.
#994
Dirbaio
closed
1 month ago
2
Export `PollResult`
#993
lrh2000
closed
2 months ago
1
Update actions/checkout to v4
#992
thvdveld
closed
2 months ago
0
iface: make poll() process all packets, add fine-grained poll functions.
#991
Dirbaio
closed
2 months ago
2
Throughput has decreased drastically after polling updates
#990
ryan-summers
closed
2 months ago
0
Fix bench, check benches in CI.
#989
Dirbaio
closed
2 months ago
0
multicast: use single Cargo feature for both ipv4 and ipv6.
#988
Dirbaio
closed
2 months ago
1
Don't panic if no valid source address is found for the DNS query
#987
thvdveld
closed
2 months ago
1
Prevent Panic in DNS Socket by Truncating Server List
#986
birdistheword96
closed
2 months ago
0
iface: do not require device and timestamp for multicast join/leave.
#985
Dirbaio
closed
2 months ago
1
Use own source address for ARP and NDISC Solicitations
#984
thvdveld
closed
2 months ago
0
Fixes #982
#983
d2weber
closed
2 months ago
10
Undefined behavior on 16 bit architectures
#982
d2weber
closed
2 months ago
1
Difference between a ListenEndpoint with addr == None and addr == Some(Ipv4Address::UNSPECIFIED)
#981
kbleeke
closed
2 months ago
2
Update license copyright holder
#980
thvdveld
closed
2 months ago
0
fix raw_socket on macos
#979
hikaricai
opened
3 months ago
3
tcp: do not ignore fin if segment is partially outside the window.
#977
Dirbaio
closed
2 months ago
0
multicast: use a single map for both ipv4 and ipv6.
#976
Dirbaio
closed
3 months ago
1
Make Address:v6() constructor const
#975
sciguy16
closed
3 months ago
0
`extern crate alloc` was added accidentally breaking downstream `no_std`
#974
korken89
closed
3 months ago
0
[RFC] Packet dispatch - up to date
#973
tomDev5
opened
3 months ago
5
Enable support for DHCP option 15 (domain name)
#972
korken89
opened
3 months ago
10
Fix mismatching src ip address in TCP socket transmissions
#970
MathiasKoch
opened
3 months ago
9
Fix target-arch names and remove unknonwn fuzzing cfg warning
#969
thvdveld
closed
3 months ago
0
Fix wrong feature flag for UDP broadcast test
#968
thvdveld
closed
3 months ago
0
Split reader and writer
#967
Ddystopia
opened
3 months ago
3
Reset expiry of entries in the neighbor cache on packet reception
#966
korken89
closed
3 months ago
11
Neighbor cache does not prioritize active connections, causing glitches in noisy networks
#965
korken89
closed
3 months ago
0
Added waker_registered query method
#964
tomDev5
closed
3 months ago
6
Socket error registration and processing
#963
cavivie
opened
3 months ago
2
Next