Skip to content

Commit

Permalink
Update relay.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyyeh authored Mar 2, 2024
1 parent d63272d commit 01c4526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ int prepare_raw_socket(const struct sock_fprog *fprog)
if (setsockopt(s, SOL_SOCKET, SO_RCVBUF, &maxBufferSize, sizeof(maxBufferSize)) == -1) {
syslog(LOG_ALERT, "setsockopt: failed to set rcvbuf size '%s'\n", strerror(errno));
} else {
syslog(LOG_INFO, "setsockopt: change raw socket recv buffer size from %d to %d\n", optval, maxBufferSize);
syslog(LOG_INFO, "setsockopt: change raw socket recv buffer size from %d to %d\n", optval, maxBufferSize);
}
}

Expand Down

0 comments on commit 01c4526

Please sign in to comment.