Pedro Henrique Penna

Results 225 issues of Pedro Henrique Penna

# Description We are currently missing `remove()` for `HashTtlCache`

enhancement
good first issue

# Description We have currently disable entry eviction in the ARP cache due to missing functionalities in the network stack. Once we introduce them we should re-enable eviction in `catnip::protocols::arp::peer::background()`...

enhancement

# Description In the ARP cache, we should enable multiple waiters for the same address.

bug
confirmed

# Description When receiving data in an active socket, we should clean up ARP query control flow. # References - `ActiveOpenSocket::receive()`

bug
confirmed

# Description When receiving data in active sockets we should handle window size overflow errors properly. # References - `ActiveOpenSocket::receive()`

bug
confirmed

# Description When receiving data in active sockets we should handle window size overflow errors properly. # References - `PassiveOpenSocket::receive()`

bug
confirmed

# Description In `PassiveOpenSocket::receive()`, we should drop packets that show up for connections that have not ben accepted yet.

bug
confirmed

# Description We should implement `close()` for passive sockets. Related Issues ---------------- - https://github.com/demikernel/catnip/issues/82

bug
confirmed

# Description In `protocols::tcp::peer:TcpPeer::connect()` we should free ephemeral ports once an active connection is closed.

bug
confirmed

# Description We should handle connection reset.

feature