1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-26 03:55:26 -05:00

Add network type to destination to be ready for UDP connection

This commit is contained in:
V2Ray
2015-09-20 16:03:12 +02:00
parent 5d5102de4c
commit b319704282
14 changed files with 94 additions and 34 deletions

View File

@@ -19,7 +19,7 @@ func (handler *InboundConnectionHandler) Listen(port uint16) error {
return nil
}
func (handler *InboundConnectionHandler) Communicate(dest v2net.Address) error {
func (handler *InboundConnectionHandler) Communicate(dest *v2net.Destination) error {
ray := handler.Server.NewInboundConnectionAccepted(dest)
input := ray.InboundInput()