var UnchokeMessage = module.exports = function(bytes) {
  PeerMessage.call(this, bytes);
  if (!bytes) {
    this.id = UnchokeMessage.Id;
  } else {