Pranav Konde

Results 3 issues of Pranav Konde

Fixes #3238 ### Problem When using `WithAllowlistedMultiaddrs` with peer-specific multiaddrs (e.g. `/ip4/1.2.3.0/ipcidr/24/p2p/QmPeer`), the network prefix was not being added to the connection limiter. This meant users had to use both...

**Implement Streaming Processing for Large File Operations** Description: The current implementation of tlock's file processing could be improved to handle large files more efficiently. Currently, while the code uses `io.Reader`...

**Enhance Network Timeout Handling and Error Recovery for Production Reliability** Description: Currently, the tlock implementation has basic timeout handling with a fixed 5-second timeout for network operations (`const timeout =...