SIPp / sipp

The SIPp testing tool
https://sipp.readthedocs.io
Other
918 stars 380 forks source link

UDP support #645

Open petrhofmann opened 1 year ago

petrhofmann commented 1 year ago

Hello, I'm docker newbie, but I've been using SIPP since I cannot remember. I can run dockered SIPP, but seems it supports TCP only. Is there any way how to enable UDP? Thanks for any help, Petr

TheQue42 commented 1 year ago

Bit fuzzy description. If your looking to receive TCP and/or UDP traffic to SIPP running in a container, read up on https://docs.docker.com/engine/reference/commandline/run/ and the -p parameter where you specify port and protocols for mapping into container.