Changeset 750:09231e64687e in mediastreamer2
- Timestamp:
- Oct 27, 2009 1:55:48 PM (4 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/oRTP/src/rtpsession_inet.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
linphone/oRTP/src/rtpsession_inet.c
r493 r750 926 926 { 927 927 int errnum=getSocketErrorCode(); 928 929 if (error == 0)930 {931 ortp_warning932 ("rtp_recv: strange... recv() returned zero."); 928 if (error == 0){ 929 /*0 can be returned by RtpTransport functions in case of EWOULDBLOCK*/ 930 /*we ignore it*/ 931 /*ortp_warning 932 ("rtp_recv: strange... recv() returned zero.");*/ 933 933 } 934 934 else if (!is_would_block_error(errnum))
Note: See TracChangeset
for help on using the changeset viewer.
