Modify

Opened 18 years ago

Closed 17 years ago

#131 closed Feature Request (Duplicate)

UDP socket and IP

Reported by: fabrizio2210 Owned by:
Milestone: Component: AutoIt
Version: Severity: None
Keywords: UDP source Cc:

Description

I ask for know the source IP of a UDP packet received with UDPRecv().
Maybe a flag in UDPRecv() for return an array with:
$array[0]='Message';
$array[1]=IP source;
$array[2]=Port source.
Thank in advance.

Attachments (0)

Change History (5)

comment:1 by TicketCleanup, 18 years ago

Version: 3.2.11.1

Automatic ticket cleanup.

in reply to:  description comment:2 by anonymous, 18 years ago

It exists

comment:3 by J-Paul Mesnage, 18 years ago

Resolution: Rejected
Status: newclosed

to use UDPRecv you need to call first UDPBind so just set the IP and port as global variable and you can reuse them when you need. the global variables can be by socket if you need them

comment:4 by J-Paul Mesnage, 17 years ago

Resolution: Rejected
Severity: None
Status: closedreopened

comment:5 by Valik, 17 years ago

Resolution: Duplicate
Status: reopenedclosed

Closing as duplicate of #867. We don't need to track this in two places.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.