-
```
What steps will reproduce the problem?
1. When compiling sockperf in Windows in:
* 64 bit Debug
* 32 bit Debug
* 32 bit Release
There is a linkage problem.
The following commit will…
-
```
What steps will reproduce the problem?
1. start server over valgrind: valgrind sockperf sr --tcp
2. start client using: sockperf pp --tcp -i
3. after client completed, press CTRL-C in the server
…
-
```
similar to the '--client_port' flag support
```
Original issue reported on code.google.com by `rosenbau...@gmail.com` on 29 Jan 2013 at 8:38
-
```
Here is a sample patch
You can use it under any SW license you want to.
Add lls socket option support.
use --lls (value in usecs) to override global setting.
Right now we always get and print th…
-
```
Steps to reproduce:
1.LD_PRELOAD=libvma.so sockperf sr -A 10000
2.LD_PRELOAD=libvma.so sockperf tp -i -m 256 -A 10000 -t 100
Expected:
The server successfully receives the traffic:
#The received…
-
```
What steps will reproduce the problem?
1. Compiling sockperf in Windows fails
The reason for this is that the compiler doesn't know is the type of 'uint16_t'.
The following patch fixes this issu…
-
```
What is the definition of this task?
1. we mention gnu make in main.dox and maybe in other places like readme
2. this is confusing since user should only do ./configure && make
3. adjust documenta…
-
```
What steps will reproduce the problem?
1. sockperf sr -i 226.6.6.6 --load-vma
2.
3.
What is the expected output? What do you see instead?
libvma.so should be load as default
I you use --load-vma=…
-
```
Tool should support thread affinity on server side
```
Original issue reported on code.google.com by `igor.ivanov@itseez.com` on 1 Apr 2011 at 1:45
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
mismatch in manual routing flags: mc-rx-if rx_mc_if
What version of the product are you us…