update function signature
This commit is contained in:
		
							parent
							
								
									d04ea1b172
								
							
						
					
					
						commit
						1da5e2d3d5
					
				| @ -3,7 +3,7 @@ | ||||
| 
 | ||||
| // An 'A' record is a 32-bit value representing the IP address
 | ||||
| 
 | ||||
| exports.DNS_TYPE_A = function (rdata) { | ||||
| exports.DNS_TYPE_A = function (ab, packet, rdata) { | ||||
|   var ui8 = new Uint8Array(rdata); | ||||
|   // i.e. 127.0.0.1
 | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user