Definition at line 174 of file NetInterface.cpp.
00175 { 00176 char port[7]; 00177 sprintf(port, "%d", ntohs(clientAddr.sin_port)); 00178 return port; 00179 }