summaryrefslogtreecommitdiff
path: root/protocols/ace/RMCast/Protocol.cpp
blob: 755872371cb163f5030a92c44c2632401a7b5aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// file      : ace/RMCast/Protocol.cpp
// author    : Boris Kolpackov <boris@kolpackov.net>
// cvs-id    : $Id$

#include "Protocol.h"

namespace ACE_RMCast
{
  u16 const From::  id = 0x0001;
  u16 const To::    id = 0x0002;
  u16 const Data::  id = 0x0003;
  u16 const SN::    id = 0x0004;
  u16 const NAK::   id = 0x0005;
  u16 const NRTM::  id = 0x0006;
  u16 const NoData::id = 0x0007;
  u16 const Part::  id = 0x0008;
}