Usage of ./bin/gor-linux: -i="any": By default it try to listen on all network interfaces.To get list of interfaces run `ifconfig` -p=80: Specify the http server port whose traffic you want to capture -r="localhost:28020": Address of replay server. $ gor replay -h Usage of ./...
slice vs. container/list kcp.flush() loops through the send queue for retransmission checking for every 20ms(interval).I've wrote a benchmark for comparing sequential loop through slice and container/list here:https://github.com/xtaci/notes/blob/master/golang/benchmark2/cachemiss_test.go...