settings{HTTP/2 Settings Object} A copy of theSETTINGSframe received.
The 'remoteSettings' event is emitted when a new SETTINGS frame is received
from the connected peer.
session.on('remoteSettings', (settings) => {/* Use the new settings */});
