[vlc-devel] [PATCH 1/1] udp: support packets dump in aceess module

Tzu-Jung Lee roylee17 at gmail.com
Sun Jul 28 09:50:01 CEST 2013


Sorry for the late response.

On Thu, Jul 11, 2013 at 7:30 PM, Rafaël Carré <funman at videolan.org> wrote:
> Hello,
>
> Le 11/07/2013 13:10, Tzu-Jung Lee a écrit :
>> Signed-off-by: Tzu-Jung Lee <tjlee at ambarella.com>
>> ---
>>  modules/access/udp.c | 57 ++++++++++++++++++++++++++++++++++++++++++++++------
>>  1 file changed, 51 insertions(+), 6 deletions(-)
>
> Why not use netcat?

I do use netcat6 (netcat doesn't work very well with UDP) earlier.

However, it will be more convenient for a geometrically distributed
testing / development.
Some of the members only use w32 systems, and some only use Linux.
One of the best part of VLC is it's cross-platform support, and every
one can install one
for their platform. Greatly help us reduce the software packages need
to be install.

The patch does help our testing in catch packet drop issue by simply
dump the in-going and out-going packets
on the two ends of the network link in a single run.

Thanks.

Roy



More information about the vlc-devel mailing list