TxThinking

Results 78 comments of TxThinking

Yes you and anyone can send PR, don't need my authorization

> Can you copy this code and run, then paste the output: > > ``` > package main > > import ( > "io" > "log" > "net" > "time"...

Yes, this is what `func NewReplyFrom(r io.Reader) (*Reply, error) {` does

Please fork and https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork

Does this useful? https://stackoverflow.com/questions/12773509/read-is-not-blocking-in-socket-programming

I recommend use this go socks5 lib to build client. Build and Use Go Packages as C Libraries https://medium.com/swlh/build-and-use-go-packages-as-c-libraries-889eb0c19838

I made a c client to connect to the above server, ``` #include #include #include #include #include #include #include #include #include #include int main(int argc, char *argv[]) { int fd...

It has conflicts, your interfaces-only branch is out of date. pull first before push.

No activity for a prolonged period, temporarily closed. Still accepting commits or pull requests.