PeerConnection.prototype.port = function(listenPort) {
  return this.write((new Messages.Port()).init({
    listenPort : listenPort
  }));
};