Re: [rtcweb] BUNDLE: Attempting to resolve security consideration
Iñaki Baz Castillo <[email protected]>
| Newsgroups | gmane.ietf.mmusic |
|---|---|
| Message-ID | <CALiegfmxSjT-hD8EdmcQuFxS0AxhYzs-B1N5NeLw2G8+8DVS7A@mail.gmail.com> |
2017-03-06 14:49 GMT+01:00 Eric Rescorla <[email protected]>: >> This is relevant when there are ~100000000 streams within a single RTP >> session. If there are 10 streams, the exact risk is 10 / 2^32 = >> 2.32e-09. > > > This actually isn't quite correct (this is just the usual birthday paradox > math) > Assuming I haven't made a mistake, the correct formula is: > > 1 - (\prod_{i=0}^{9} 2^{32} - i) Right :)