mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 11:37:03 +00:00
Added private functions for Checking + creating and closing sockets.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: streamer.h,v 1.1 2007/09/12 17:28:59 rahrenbe Exp $
|
||||
* $Id: streamer.h,v 1.2 2007/09/12 18:33:56 ajhseppa Exp $
|
||||
*/
|
||||
|
||||
#ifndef __IPTV_STREAMER_H
|
||||
@@ -28,6 +28,9 @@ private:
|
||||
bool socketActive;
|
||||
bool mcastActive;
|
||||
|
||||
bool CheckAndCreateSocket(const int port);
|
||||
void CloseSocket();
|
||||
|
||||
public:
|
||||
enum {
|
||||
PROTOCOL_UDP,
|
||||
|
||||
Reference in New Issue
Block a user