SkyDatagram
From WoWWiki
This article is a part of the documentation of the Sky function library
You should never need to use a SkyDatagram yourself, but if you're curious, here's the format:
datagram:
{
id = envelope.id;
method = envelope.method;
target = envelope.target;
sender = username;
system = envelope.system;
expiration = GetTime() + SKY_TIME_TO_LIVE;
ttl = SKY_TIME_TO_LIVE;
sequenceNumber = sent;
sequenceCount = datagramCount;
length = envelope.size;
}
