) vecbySendBuf )[0],
+ iVecSizeOut,
+ 0,
+ (sockaddr*) &UdpSocketOutAddr,
+ sizeof ( sockaddr_in ) );
+ }
}
}
diff --git a/src/socket.h b/src/socket.h
index bbf6c49880..2a248835bd 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -77,7 +77,11 @@ class CSocket : public QObject
void Close();
protected:
- void Init ( const quint16 iPortNumber, const quint16 iQosNumber, const QString& strServerBindIP );
+ void Init ( const quint16 iPortNumber, const quint16 iQosNumber, const QString& strServerBindIP );
+ quint16 iPortNumber_;
+ quint16 iQosNumber_;
+ QString strServerBindIP_;
+ bool bIsInitRan;
#ifdef _WIN32
SOCKET UdpSocket;
diff --git a/src/util.cpp b/src/util.cpp
index 3ca37589d0..3502a64920 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -486,6 +486,7 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : CBaseDlg ( parent )
"Jeroen van Veldhuizen (jeroenvv)
"
"Reinhard (reinhardwh)
"
"Stefan Menzel (menzels)
"
+ "Dau Huy Ngoc (ngocdh)
"
"
" +
tr ( "For details on the contributions check out the " ) +
"" + tr ( "Github Contributors list" ) +