Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
Reverse Diff
Changes in
dcc.c
[5ebff60:e88fe7da]
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
File:
1 edited
dcc.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
dcc.c
r5ebff60
re88fe7da
265
265
}
266
266
267
/* How likely is it that a 32-bit integer gets split ac
c
ross
267
/* How likely is it that a 32-bit integer gets split ac
ross
268
268
packet boundaries? Chances are rarely 0 so let's be sure. */
269
269
if ((df->acked_len = (df->acked_len + ret) % 4) > 0) {
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive