Hi, all!
Please, help me! How I can change MTU or MaxFrameSize for WAN adapter
driver in winNT 4.0 SP6? My filter intercept NDIS request to adapter and can
change returned data for OID_WAN_GET_INFO, OID_WAN_GET_LINK_INFO,
but this don’t make effect.
Thanks,
Andrei
Change NDIS_WAN_LINE_UP::MaximumTotalSize instead. Also, read docs for this
stucture, it is important for filters.
Best regards,
Michal Vodicka
STMicroelectronics Design and Application s.r.o.
[michal.vodicka@st.com, http:://www.st.com]
From: xxxxx@sura.com.ru[SMTP:xxxxx@sura.com.ru]
Reply To: xxxxx@lists.osr.com
Sent: Wednesday, March 19, 2003 10:13 PM
To: xxxxx@lists.osr.com
Subject: [ntdev] Change WAN adapter MTU
Hi, all!
Please, help me! How I can change MTU or MaxFrameSize for WAN adapter
driver in winNT 4.0 SP6? My filter intercept NDIS request to adapter and
can
change returned data for OID_WAN_GET_INFO, OID_WAN_GET_LINK_INFO,
but this don’t make effect.
Thanks,
Andrei
You are currently subscribed to ntdev as: michal.vodicka@st.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Hi,
MV> Change NDIS_WAN_LINE_UP::MaximumTotalSize instead. Also, read docs for this
MV> stucture, it is important for filters.
MV> Best regards,
MV> Michal Vodicka
MV> STMicroelectronics Design and Application s.r.o.
MV> [michal.vodicka@st.com, http:://www.st.com]
Thanks Michael! It’s work fine!
Best regards,
Andrei.