Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
6df445cf
Commit
6df445cf
authored
Nov 26, 2001
by
Marc Ariberti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* changed the protocol version for communication between vlc and vlcs
from 12 to 13 (due to change from ts:// to
udpstream://
)
parent
a3d6b5ca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/misc/netutils.c
src/misc/netutils.c
+2
-2
No files found.
src/misc/netutils.c
View file @
6df445cf
...
...
@@ -2,7 +2,7 @@
* netutils.c: various network functions
*****************************************************************************
* 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>
* Benoit Steiner <benny@via.ecp.fr>
...
...
@@ -203,7 +203,7 @@ int network_ChannelJoin( int i_channel )
{
#if defined( SYS_LINUX ) || defined( WIN32 )
#define VLCS_VERSION 1
2
#define VLCS_VERSION 1
3
#define MESSAGE_LENGTH 256
char
psz_mess
[
MESSAGE_LENGTH
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment