rmacfield ....

FossilOrigin-Name: bb1a45fbf5f1fbd8d29ee85766d11eb29ec79f39111e3dde3db650c5fab0899e
This commit is contained in:
7u83@mail.ru 2014-07-28 05:03:15 +00:00
parent 27a904f8a2
commit bb02d84e5b
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ int __old_cwmsg_send(struct cwmsg * cwmsg, int seqnum, int rid, struct conn * co
while (packetlen>mtu){
val = (preamble << 24) | ((hlen/4)<<19) | (rid<<14) |(wbid<<9) |
CWTH_FLAGS_T |
/*CWTH_FLAGS_T | */
CWTH_FLAGS_F |
cwmsg->flags;
*((uint32_t*)ptr)=htonl(val);
@ -71,7 +71,7 @@ int __old_cwmsg_send(struct cwmsg * cwmsg, int seqnum, int rid, struct conn * co
}
val = (preamble << 24) | ((hlen/4)<<19) | (rid<<14) |(wbid<<9) |
CWTH_FLAGS_T|cwmsg->flags;
/*CWTH_FLAGS_T|*/ cwmsg->flags;
if (fragoffset)
val |= CWTH_FLAGS_F | CWTH_FLAGS_L;