You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
481 B

Attribute VB_Name = "TCP_Defs"
Option Explicit
'== TCP Port Array Processing Const.s ===================================
Public Const MINTCP = 1 ' Minimum index for tcpsocket control instance
Public Const MAXTCP = 32 ' Maximum index for tcpsocket control instance
Public Const VOICEPORT = 701 ' Voice chat Port To Listen On...
Public Const NULLPORTID = 0 ' Null Port ID - A Port ID That Will Never Be Used...