10 lines
		
	
	
		
			161 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			161 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
config({
 | 
						|
  log:{
 | 
						|
    time:true
 | 
						|
  },
 | 
						|
  MEMPOOL:1E7,
 | 
						|
})
 | 
						|
port(DIR.IP('udp://localhost:4568'))
 | 
						|
port(DIR.IP('udp://localhost:5568?secure=12:34:56:78:00:01'))
 | 
						|
start()
 |