About modules/access_putput/udp.c

This forum is about all development around libVLC.
nickj
New Cone
New Cone
Posts: 4
Joined: 07 Jul 2009 05:03

About modules/access_putput/udp.c

Postby nickj » 16 Jul 2009 07:56

I find the line 451 it is send udp stream function,
I can't find any definition about send function.
Does any know about the send fuction parameter?
thanks

file modules/access_putput/udp.c
line 451: if ( send( p_sys->i_handle, p_pk->p_buffer, p_pk->i_buffer, 0 ) == -1 )

thannoy
Big Cone-huna
Big Cone-huna
Posts: 601
Joined: 20 Mar 2008 09:44
VLC version: 0.9.8a & 1.0-git
Operating System: GNU/Linux Fedora10
Location: France
Contact:

Re: About modules/access_putput/udp.c

Postby thannoy » 16 Jul 2009 10:25

search for "man send" on the Internet and you will find it easily. If you use Linux, type the same in a terminal.

Code: Select all

ssize_t send(int s, const void *buf, size_t len, int flags);


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 25 guests