PIDataTransferansfers fixnsfer

git-svn-id: svn://db.shs.com.ru/pip@51 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2015-03-31 10:01:49 +00:00
parent 845394f9de
commit b1519ea4af
3 changed files with 32 additions and 17 deletions

View File

@@ -424,7 +424,7 @@ bool PIPeer::dataRead(uchar * readed, int size) {
cnt++;
if (cnt > _PIPEER_MSG_TTL || from == dp->name) return true;
sba << type << from << to << cnt << pba;
//piCoutObj << "Translate data packet" << type << from << to << cnt << rec_size;
piCout << "translate packet" << from << "->" << to << ", ttl =" << cnt;
sendToNeighbour(dp, sba);
}
return true;