GNOME Bugzilla – Bug 701117
rtsp-address-pool: Add API to allow allocation outside of the address range
Last modified: 2013-09-24 21:14:38 UTC
This is a sligthly modified version of ocrete's patch - http://cgit.collabora.com/git/user/tester/gst-rtsp-server.git/commit/?h=allow-any-port&id=a5549e4c1f7a342088ffa42ed21cff1aeaf01325 The original patch allows allocation of any port while the address still has to be in the address pool. This modified version allows just any address and port to be reserved in the pool, thus clients will be allowed to choose their own transport settings regardless of what is in the pool.
Created attachment 245429 [details] [review] Add API to allow allocation outside of the address range
Looks ok to me, Wim ?
Created attachment 246409 [details] [review] Add API to allow allocation outside of the address range Reserved addresses will be stored in the pool and thus it won't be possible to reserve the same address twice.
Patch updated after discussing it with Wim on irc.
you will need to list your requirements again before I merge any of this. What is the point of using the pool if you allow anything? I thought the address pool was to restrict addresses and keep track of what is in use? If you're going to allow anything, why not add all possible addresses to the pool?
This is not a requirement for us anymore. The bug can be closed.