Chen Kai

Results 41 issues of Chen Kai

**Description** This PR add mips mul/div tests **Tests** **Additional context** **Metadata** - Fixes #12458

This is a sub task of the https://github.com/ethereum-optimism/optimism/issues/12032

## Summary Add zig-multiaddr Impl link. ## Before Merge - [ ] Allow at least 24 hours for community input - [ ] If this is a new protocol, has...

In this PR https://github.com/zen-eth/zig-libp2p/pull/8/files#diff-4b7042b2889c4dd7daa2ceb2cb50d1fd2f25cbff0f4d763646e9bc7f0d59ab3dR579 libxev.zig. The loop is a threadlocal variable, it should be different eventloop in different thread. The test tested in different thread to dial unavailable address, it...

enhancement
good first issue
help wanted

# Rationale Follow the Go network library design practice, add one more `TalkReq` function with `context` arg is more useful for some use-cases which wanna to return immediately without waiting...

type:feature

# Rationale - The `readLoop` must wait until the previous packet has been processed before going to conn to read the next package. Causing 'dispatchLoop' and 'readLoop' to wait frequently....

type:feature

I am integrating [lsquic](https://lsquic.readthedocs.io/en/latest/index.html) in our project, it need a user defined send callback function to send the data. In the c++ example, we could see `lsquic_out_spec` already build the...