Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mtcp/src/tcp_ring_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ int
RBPut(rb_manager_t rbm, struct tcp_ring_buffer* buff,
void* data, uint32_t len, uint32_t cur_seq)
{
int putx, end_off;
uint32_t putx, end_off;
struct fragment_ctx *new_ctx;
struct fragment_ctx* iter;
struct fragment_ctx* prev, *pprev;
Expand Down