Commit 35581869 authored by Yang Chi's avatar Yang Chi Committed by Facebook GitHub Bot

Make AsyncUDPSocket::getGSO virtual

Summary: otherwise the one in Mock doesn't work

Reviewed By: yfeldblum

Differential Revision: D21264567

fbshipit-source-id: c73e6bac1f0293edb67355ee88b6c2ec1b9684fd
parent b9587ed2
...@@ -348,7 +348,7 @@ class AsyncUDPSocket : public EventHandler { ...@@ -348,7 +348,7 @@ class AsyncUDPSocket : public EventHandler {
// generic segmentation offload get/set // generic segmentation offload get/set
// negative return value means GSO is not available // negative return value means GSO is not available
int getGSO(); virtual int getGSO();
bool setGSO(int val); bool setGSO(int val);
......
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