PeerConnection.prototype.bitfield = function(bitfield) {
  return this.write((new Messages.Bitfield()).init({
    bitfield : bitfield
  }));
};