PIDataTransferansfers fixnsfer
git-svn-id: svn://db.shs.com.ru/pip@51 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user