Re: Changing transport protocol
Arnaud de Bossoreille de Ribou <[email protected]>
| Newsgroups | gmane.comp.video.videolan.vls.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Tue, Oct 01, 2002, Heok Kee Oon wrote: > As in most of the mails I've read, vls is using > UDP/IP. I've looked at the file Right. > '../vls-0.3.3/src/core/network.cpp' and it seems to me > what's inside are calling for TCP sockets instead of > UDP. Right. But Data transport has nothing to do with what is in src/core/network.cpp. The actual network output uses sockets which are in src/core/socket.cpp and the network output is in src/modules/netchannel. src/core/network.cpp contains a TCP connection handler for administration tools. Regards, -- Arnaud -- This is the vls-devel mailing-list, see http://www.videolan.org/vls-devel/ To unsubscribe, please read http://www.videolan.org/lists.html If you are in trouble, please contact <[email protected]>