mIRC Home    About    Download    Register    News    Help

Print Thread
#84161 26/05/04 03:10 AM
Joined: May 2004
Posts: 1
C
city82 Offline OP
Mostly harmless
OP Offline
Mostly harmless
C
Joined: May 2004
Posts: 1
mIRC client usually uses what ports to connect to the IRC server? I'm not refering to the server ports, but the ports used to send data over to the IRC server, eg Dalnet:6662

#84162 26/05/04 02:53 PM
Joined: Dec 2003
Posts: 219
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2003
Posts: 219
Hi!

When your computer communicates using TCP, it opens a random port (unless you're binding and listening for incoming connections like a server).
mIRC doesn't open a specific port to send data, it's the OS itself.
Try using: netstat -a in a cmd.exe window.


Link Copied to Clipboard