View Single Post
Old 07-06-2004, 05:53 PM   #2 (permalink)
snaphat
Registered User
 
Join Date: Jul 2004
Posts: 1
snaphat is on a distinguished road
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 is offline   Reply With Quote