커맨드 프롬프트에서
netstat -t
를 입력
리스트가 나오는데 오프로드 상태가 InHost 이면 오프로드상태가 아니라는 거다.
오프로드 상태이면 Offloaded 라고 표시된다.
How To Enable
C:\>netsh int tcp show global
Querying active state...
TCP Global Parameters
----------------------------------------------
Receive-Side Scaling State : enabled
Chimney Offload State : enabled <-----
Receive Window Auto-Tuning Level : normal
Add-On Congestion Control Provider : ctcp
ECN Capability : disabled
RFC 1323 Timestamps : disabled
To turn it on/off (does not require a reboot)
netsh int tcp set global chimney=disabled
netsh int tcp set global chimney=enabled