phantooom il y a 7 ans
Parent
commit
bb8aaa6dad
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      backend/udp/proxy_amd64.c

+ 1 - 1
backend/udp/proxy_amd64.c

@@ -122,7 +122,7 @@ static void send_net_unreachable(int tun, char *offender) {
 
 	/* Lower 3 bits (in network order) of frag_off is actually flags */
 	if( (off_iph->frag_off & htons(0x1FFF)) != 0 ) {
-		/* ICMP messages are only sent for first fragemnt */
+		/* ICMP messages are only sent for first fragment */
 		return;
 	}