Thread context of SYN packet and TdiConnect

Hi,
Am I correct in assuming that a TCP/IP SYN packet is not
necessarily sent in the same thread context as the thread that
called TdiConnect?

-Jeff

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
the latest virus scan software available for the presence of computer
viruses.
**********************************************************************

Yes. For example if you do not have an ARP entry for the IP address you are
connecting, the system has to do an ARP. After the IP address is resolved
the actual IP packet is sent. There can be other situations like IMdriver is
layered between you and Tcpip and the driver or NDIS is doing packet Qing.

-----Original Message-----
From: Curless, Jeffrey [mailto:xxxxx@concord.com]
Sent: Monday, February 03, 2003 8:47 AM
To: NT Developers Interest List
Subject: [ntdev] Thread context of SYN packet and TdiConnect

Hi,
Am I correct in assuming that a TCP/IP SYN packet is not
necessarily sent in the same thread context as the thread that
called TdiConnect?

-Jeff

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
the latest virus scan software available for the presence of computer
viruses.
**********************************************************************


You are currently subscribed to ntdev as: xxxxx@nai.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

You cannot make any assumptions about in what thread context the
NDIS-level packet is sent.

----- Original Message -----
From: “Curless, Jeffrey”
To: “NT Developers Interest List”
Sent: Monday, February 03, 2003 7:47 PM
Subject: [ntdev] Thread context of SYN packet and TdiConnect

> Hi,
> Am I correct in assuming that a TCP/IP SYN packet is not
> necessarily sent in the same thread context as the thread that
> called TdiConnect?
>
> -Jeff
>
>
>

> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please
notify
> the system manager.
>
> This footnote also confirms that this email message has been swept
by
> the latest virus scan software available for the presence of
computer
> viruses.
>

>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>