mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
gotthard: everything done upto the gigabyte part
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@72 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -205,7 +205,7 @@ inet_pton(AF_INET6, "2001:db8:8714:3a90::12", &(sa.sin6_addr));
|
||||
// now get it back and print it
|
||||
inet_ntop(AF_INET6, &(sa.sin6_addr), str, INET6_ADDRSTRLEN);
|
||||
|
||||
printf("%s\n\n", str); // prints "2001:db8:8714:3a90::12"
|
||||
//printf("%s\n\n", str); // prints "2001:db8:8714:3a90::12"
|
||||
|
||||
|
||||
printf("client connected %d\n", file_des);
|
||||
|
Reference in New Issue
Block a user