buger / goreplay

GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.

Home Page:https://goreplay.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raw Engine af_packet Forward Traffic Double as Source

Daemon-Targaryen opened this issue · comments

V1.3.3

Command line : --input-raw :9000 --input-raw-engine "af_packet" --output-http "end_point_A:31380" --http-set-header "Host:some_host" --http-set-header "origin:gor" &

raw_socket works as expected