src/socket/shm_socket.cpp
@@ -292,7 +292,7 @@ { int rv; logger->debug("%d destroy threadlocal socket\n", pthread_self()); logger->debug("%lu destroy threadlocal socket\n", pthread_self()); if(tmp_socket == NULL) return; @@ -325,7 +325,7 @@ const int send_size, const int key, void **recv_buf, int *recv_size, const struct timespec *timeout, int flags) { int rv, tryn = 6; int rv, tryn = 16; shm_packet_t sendpak; shm_packet_t recvpak; std::map<std::string, shm_packet_t>::iterator recvbufIter;