Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Closing ports

 [1/2] from: ptretter::charter::net at: 9-Sep-2000 10:18


If I open a port to an IRC server doesnt closing the port each time I want to send data effectively kill the connection at the same time? Paul

 [2/2] from: russ:portone at: 9-Sep-2000 11:54


Yes... "closing a port" == "killing a connection". That's why you want to leave it open until you're done with your IRC session. R. At 10:18 AM 9/9/2000 -0500, you wrote: