Commit d603a61a authored by jan.koester's avatar jan.koester
Browse files

fixed socket

parent 3ba89bf2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -78,6 +78,9 @@ namespace netplus {

            /*set sending state*/
            void    sending(bool state);

            /*connection locking*/
            std::mutex conlock;
        protected:
            con();
            /*Incomming Data*/