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 Oct 22, 2019
1 parent e65869d commit ad0d885
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 ad0d885

Please sign in to comment.