Commit d99290f5 authored by Dan Melnic's avatar Dan Melnic Committed by Facebook GitHub Bot

Fix gso typo

Summary:
Fix gso typo

(Note: this ignores all push blocking failures!)

Reviewed By: kevin-vigor

Differential Revision: D25699054

fbshipit-source-id: bac1a7a5c13efa5a58ecec11edf72c500b0783b5
parent 0c47744a
...@@ -476,7 +476,7 @@ ssize_t AsyncUDPSocket::writeChain( ...@@ -476,7 +476,7 @@ ssize_t AsyncUDPSocket::writeChain(
#ifdef FOLLY_HAVE_MSG_ERRQUEUE #ifdef FOLLY_HAVE_MSG_ERRQUEUE
char control char control
[CMSG_SPACE(sizeof(uint16_t)) + /*gro*/ [CMSG_SPACE(sizeof(uint16_t)) + /*gso*/
CMSG_SPACE(sizeof(uint64_t)) /*txtime*/ CMSG_SPACE(sizeof(uint64_t)) /*txtime*/
] = {}; ] = {};
msg.msg_control = control; msg.msg_control = control;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment