session-replay-tools / tcpcopy

An online request replication and TCP stream replay tool, ideal for real testing, performance testing, stability testing, stress testing, load testing, smoke testing, and more.
http://session-replay-tools.github.io/tcpcopy/
Other
4.38k stars 1.02k forks source link

pcap接口来接受请求数据包,目前只支持抓最大8192大小的数据包,需要优化 #87

Closed wangbin579 closed 11 years ago

wangbin579 commented 11 years ago

由于目前pfring只支持8192字节大小的数据包(在我测试机器上面,一旦设置超过此阈值,机器会崩溃),所以为了用户使用兼容pcap库的pfring,不至于机器崩溃,暂时设置为8192。希望用户注意此问题

wangbin579 commented 11 years ago

目前改为65535,因此使用pfring,尤其要小心,最好先在同类型的机器上面测试一下,没有问题后,再在在线机器使用pfring。