Aaron Jheng

Results 5 comments of Aaron Jheng

@squeed [https://github.com/containernetworking/cni/releases/tag/v0.5.0](https://github.com/containernetworking/cni/releases/tag/v0.5.0)

It would be nice to have `4.10`.

I’m not quite sure what kind of example you want. I think my PR description has already explained it clearly. Without using different custom net names, RegisterDialContext can only register...

Additionally, customizing a Dialer for each Client is a very common feature. - https://github.com/golang/go/blob/70491a81113e7003e314451f3e3cf134c4d41dd7/src/net/http/transport.go#L143 - https://github.com/redis/go-redis/blob/3613df6115220a276599764b54baec9dfc9d1072/options.go#L43 - https://github.com/segmentio/kafka-go/blob/4713019eca4fc9864a38d5948223bd12a05a3f5f/dialer.go#L28 - https://github.com/mongodb/mongo-go-driver/blob/45f905947c6dbe59ad1b75ee7bbee6240fe1a7de/mongo/options/clientoptions.go#L656