On Sat, Jan 21, 2012 at 2:48 PM, Martin Storsjö <[email protected]> wrote: > From: Dmitry Volyntsev <[email protected]> > > This avoids (for all practical cases) the issue of reusing > the same UDP port as for an earlier connection. If the remote > doesn't know the previous session was closed, he might keep > on sending packets to that port. If we always start off trying > to open the same UDP port, we might get those packets intermixed > with the new ones. > > This is occasionally an issue when testing RTSP stuff with > DSS, perhaps also with other servers. > --- > libavformat/rtsp.c | 11 +++++++++-- > 1 files changed, 9 insertions(+), 2 deletions(-) >
LGTM _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
