mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	Fixed the issue that PingPlugin cannot receive a reply from some sites like www.google.com.
This commit is contained in:
		@@ -200,7 +200,7 @@ DWORD WINAPI NetworkThreadProc(LPVOID pParam)
 | 
				
			|||||||
	{
 | 
						{
 | 
				
			||||||
		pingData* pData = (pingData*)pParam;
 | 
							pingData* pData = (pingData*)pParam;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		BYTE reply[sizeof(ICMP_ECHO_REPLY) + 12];
 | 
							BYTE reply[sizeof(ICMP_ECHO_REPLY) + 32];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		HANDLE hIcmpFile;
 | 
							HANDLE hIcmpFile;
 | 
				
			||||||
		hIcmpFile = g_IcmpCreateFile();
 | 
							hIcmpFile = g_IcmpCreateFile();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user