Skip to content

Commit

Permalink
media: increase connection timeout to 120s
Browse files Browse the repository at this point in the history
  • Loading branch information
xhaakon committed Dec 4, 2018
1 parent 7ed3cde commit 2085b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/sipe-media.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ struct sipe_media_stream_private {
#define SIPE_MEDIA_STREAM ((struct sipe_media_stream *) stream_private)
#define SIPE_MEDIA_STREAM_PRIVATE ((struct sipe_media_stream_private *) stream)

#define SIPE_MEDIA_STREAM_CONNECTION_TIMEOUT_SECONDS 30
#define SIPE_MEDIA_STREAM_CONNECTION_TIMEOUT_SECONDS 120
#define SIPE_MEDIA_CALL_RINGING_TIMEOUT_SECONDS 60
#define SIPE_MEDIA_CALL_TIMEOUT_SECONDS 120

Expand Down

0 comments on commit 2085b4a

Please sign in to comment.