static void FreeSectionBuffer(NetMessage buf)
 {
     buf.Clear();
     lock (sectionPool)
         sectionPool.Push (buf);
 }
 static void FreeSectionBuffer(NetMessage buf)
 {
     buf.Clear();
     lock (sectionPool)
         sectionPool.Push(buf);
 }