Chinmay Kousik

Results 15 comments of Chinmay Kousik

@marten-seemann @mxinden I've implemented the multibase multihash noise handshake here. For verification, we use the remote certificate of the underlying DTLS transport.

@marten-seemann @mxinden this is ready for review

@BigLep That PR is approved and awaiting merging.

@Hoverbear I'd like to work on this

@p-shahi Most of the comments have been resolved. There are a bunch of comments at the end for `udp_mux.go` and `udp_mux_conn.go`. These are files that we take directly from pion...

@marten-seemann I checked the example you posted and the connection is getting established. The write also takes place successfully. I'm looking into why pion is reporting `stream not found` for...

@marten-seemann Yes, `muxedConnection` just wraps a `packetQueue` and adds a reverse mapping from connection to its remote addresses, in addition to allowing writes to the underlying `net.PacketConn`. While it is...

https://github.com/libp2p/go-libp2p/pull/1655#discussion_r1063940219 seems to be an older commit which was addressed.

> Trying to connect to a node that's presenting a different than expect cert hash results in the following error message: > > ``` > 2023/01/08 11:17:25 failed to dial...

@marten-seemann Any chance the global pool could set off the race detector? I got the following race condition and then ran an experiment to confirm: ``` WARNING: DATA RACE Write...