drv1234

Results 11 comments of drv1234

Thank you. Would you have time to implement it in this module? I would really appreciate it because I cannot use it as it is now. Thank you in advance

hi @alzrck , how is it going? Did you manage to make some progress? thanks

Is it fit to the golang standard "net/http" architecture? I cannot see i.e dial or listen functions

do you work in telco too? :-)

I think tcp does not use poll implementation. _With tcp: 259058/s diameter message can be reached (on localhost) With sctp only 6938/s message._

I installed this package: https://github.com/fiorix/go-diameter there is an example folder in it but I slightly modified the files: [examples.zip](https://github.com/ishidawataru/sctp/files/13362861/examples.zip) 1. start server like: "go run server.go --addr=localhost:3867 --network_type=tcp -s "...

hi, how is it going? I studied the solution of "mdlayher/netlink" a bit. But it seems to me, it is just an "interface" of Linux netlink sockets (to be like...

hi, I repeated the test. With the original version: 80000 messages in 11.370102203s: 7035/s With the new one: 80000 messages in 10.837160112s: 7382/s

this issue is really old :-) 1. Butt according to the numbers the only the "min" value was double compare to the TCP, the "mean" is almost the same and...