Click to See Complete Forum and Search --> : How can I open a port whitout using socket?
Endicking
May 24th, 2004, 10:44 AM
I want to tell my system that a port has been open,But I don't
want to send or revice the data,I use raw socket to control the
data.How can I do that in a good way?
thank.
Andreas Masur
May 25th, 2004, 03:57 AM
[Moved thread]
Mathew Joy
May 25th, 2004, 07:09 AM
Originally posted by En****ing
I want to tell my system that a port has been open,But I don't
want to send or revice the data,I use raw socket to control the
data.How can I do that in a good way?
thank. Your question is not clear. How do you intend to send/recv the data without using sockets(the subject heading says you are not using sockets)? If you are using raw sockets what protocol do you use for data transfer? How do you "control" the data? Anyway if you're using sockets bind will associate the socket to a ip/port.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.