mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
hide sigpipe
This commit is contained in:
parent
51eb79d251
commit
8c2fd504a3
1 changed files with 1 additions and 0 deletions
|
|
@ -280,6 +280,7 @@ LinphoneCoreVTable linphonec_vtable = {
|
|||
|
||||
}
|
||||
-(void) kickOffNetworkConnection {
|
||||
signal(SIGPIPE,SIG_IGN);
|
||||
CFWriteStreamRef writeStream;
|
||||
CFStreamCreatePairWithSocketToHost(NULL, (CFStringRef)@"linphone.org", 15000, nil, &writeStream);
|
||||
CFWriteStreamOpen (writeStream);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue