Thread
:
please bind my socket
View Single Post
07-06-2004, 05:53 PM
#
2
(
permalink
)
snaphat
Registered User
Join Date: Jul 2004
Posts: 1
sockaddr_in service;
service.sin_family = AF_INET;
service.sin_addr.s_addr=inet_addr("192.168.0.4");
service.sin_port=htons(995);
//You would specify the IP address where it is in the example
[EDIT]Actually I realize my post doesn't apply.
snaphat
View Public Profile
Find More Posts by snaphat