- From: Philipp Hancke via GitHub <sysbot+gh@w3.org>
- Date: Fri, 01 Oct 2021 17:08:55 +0000
- To: public-webrtc@w3.org
fippo has just submitted a new pull request for https://github.com/w3c/webrtc-pc: == limit number of ice servers to 64 == limits the number of ICE server entries to 64. This value is arbitrarily chosen, more than a few servers do not make sense in practice. As candidates from each server need a unique priority, the number space is limited. See https://bugs.chromium.org/p/webrtc/issues/detail?id=13195 and https://mailarchive.ietf.org/arch/msg/mmusic/isyEwdluHuTl5mMnVUDrmawBnIU/ for background information. We need to decide whether to throw an error (and if yes, which one) or silently ignore as it is done for certificates See https://github.com/w3c/webrtc-pc/pull/2679 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 1 October 2021 17:08:57 UTC