Commit 6df445cf authored by Marc Ariberti's avatar Marc Ariberti

* changed the protocol version for communication between vlc and vlcs

from 12 to 13 (due to change from ts:// to udpstream://)
parent a3d6b5ca
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* netutils.c: various network functions * netutils.c: various network functions
***************************************************************************** *****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN * Copyright (C) 1999, 2000, 2001 VideoLAN
* $Id: netutils.c,v 1.49 2001/11/23 18:47:51 massiot Exp $ * $Id: netutils.c,v 1.50 2001/11/26 23:06:02 marcari Exp $
* *
* Authors: Vincent Seguin <seguin@via.ecp.fr> * Authors: Vincent Seguin <seguin@via.ecp.fr>
* Benoit Steiner <benny@via.ecp.fr> * Benoit Steiner <benny@via.ecp.fr>
...@@ -203,7 +203,7 @@ int network_ChannelJoin( int i_channel ) ...@@ -203,7 +203,7 @@ int network_ChannelJoin( int i_channel )
{ {
#if defined( SYS_LINUX ) || defined( WIN32 ) #if defined( SYS_LINUX ) || defined( WIN32 )
#define VLCS_VERSION 12 #define VLCS_VERSION 13
#define MESSAGE_LENGTH 256 #define MESSAGE_LENGTH 256
char psz_mess[ MESSAGE_LENGTH ]; char psz_mess[ MESSAGE_LENGTH ];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment