mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-24 08:40:01 +01:00
use MSG_NOSIGNAL flag to send() to prevent SIGPIPE signal
fixed all network problems
This commit is contained in:
@@ -87,9 +87,6 @@ void *reader_thread(void *data)
|
||||
threaded_t *t = tag->priv;
|
||||
int ret = 0;
|
||||
char buf[16];
|
||||
#ifdef STRICT_CHECKING
|
||||
assert( v != NULL );
|
||||
#endif
|
||||
|
||||
snprintf(buf,sizeof(buf)-1, "%03d:;", VIMS_GET_FRAME);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user