|  | @@ -1,13 +1,13 @@
 | 
											
												
													
														|  |  package internet_test
 |  |  package internet_test
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  import (
 |  |  import (
 | 
											
												
													
														|  | 
 |  | +	"context"
 | 
											
												
													
														|  |  	"testing"
 |  |  	"testing"
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  	"v2ray.com/core/common/net"
 |  |  	"v2ray.com/core/common/net"
 | 
											
												
													
														|  |  	"v2ray.com/core/testing/assert"
 |  |  	"v2ray.com/core/testing/assert"
 | 
											
												
													
														|  |  	"v2ray.com/core/testing/servers/tcp"
 |  |  	"v2ray.com/core/testing/servers/tcp"
 | 
											
												
													
														|  |  	. "v2ray.com/core/transport/internet"
 |  |  	. "v2ray.com/core/transport/internet"
 | 
											
												
													
														|  | -	"context"
 |  | 
 | 
											
												
													
														|  |  )
 |  |  )
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  func TestDialWithLocalAddr(t *testing.T) {
 |  |  func TestDialWithLocalAddr(t *testing.T) {
 |