haolei / tcpcopy

Automatically exported from code.google.com/p/tcpcopy
Other
1 stars 1 forks source link

test #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

{{{

1、multiple ip addresses
if you have multiple ip addresses,then you can use the following method:

./tcpcopy ip1:ip2:ip3:... port1 destIP destPort

2、if you see msg as the following
ip_queue: full at 1024 entries, dropping packets(s)
you can change the default ip queue size:
echo 4096 > /proc/sys/net/ipv4/ip_queue_maxlen
}}}

Original issue reported on code.google.com by 163.beij...@gmail.com on 7 May 2012 at 12:49

GoogleCodeExporter commented 9 years ago
到底怎么编辑啊,google code怎么这么难用啊

Original comment by 163.beij...@gmail.com on 7 May 2012 at 1:01