App Request UDP Only, "Netstat -an" Displays TCP and UDP

ID: Q194171


The information in this article applies to:
  • Microsoft Windows NT Server version 4.0
  • Microsoft Windows NT Workstation version 4.0


SYMPTOMS

Winsock applications can specify what UDP ports they listen on. You can use the NETSTAT utility with the -an option to display the status of a socket. However, NETSTAT -an may display both UDP and TCP listening on the same socket when only UDP is bound to the socket.


   NETSTAT [-a] [-n]

    -a  Displays all connections and listening ports. Server-side
        connections are normally not shown.

    -n  Displays addresses and port numbers in numerical form. 


CAUSE

This behavior does not affect socket connections, but is simply a display. problem.


STATUS

Microsoft has confirmed this to be a problem in Windows NT version 4.0.

Keywords : kbnetwork kbbug4.00
Version : WinNT:4.0
Platform : winnt
Issue type : kbbug


Last Reviewed: February 20, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.