Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1107)

Side by Side Diff: crypto/replay/ut_sim.c

Issue 2344973002: Update libsrtp to version 2.0 (Closed)
Patch Set: Add '.' back to include_dirs Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « crypto/replay/rdbx.c ('k') | crypto/test/auth_driver.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * ut_sim.c 2 * ut_sim.c
3 * 3 *
4 * an unreliable transport simulator 4 * an unreliable transport simulator
5 * (for testing replay databases and suchlike) 5 * (for testing replay databases and suchlike)
6 * 6 *
7 * David A. McGrew 7 * David A. McGrew
8 * Cisco Systems, Inc. 8 * Cisco Systems, Inc.
9 */ 9 */
10 10
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 irecvd = ut_next_index(&utc); 100 irecvd = ut_next_index(&utc);
101 idiff = i - irecvd; 101 idiff = i - irecvd;
102 printf("%lu\t%lu\t%d\n", i, irecvd, idiff); 102 printf("%lu\t%lu\t%d\n", i, irecvd, idiff);
103 } 103 }
104 104
105 return 0; 105 return 0;
106 } 106 }
107 107
108 108
109 #endif 109 #endif
OLDNEW
« no previous file with comments | « crypto/replay/rdbx.c ('k') | crypto/test/auth_driver.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698