Modify

#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, on Feb 22, 2008 at 10:45:05 PM

Version: 3.2.11.1

Automatic ticket cleanup.

in reply to:  description comment:2 by anonymous, on Mar 20, 2008 at 11:03:24 PM

It exists

comment:3 by Jpm, on Mar 24, 2008 at 7:50:18 AM

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 Jpm, on Mar 30, 2009 at 9:46:49 AM

Resolution: Rejected
Severity: None
Status: closedreopened

comment:5 by Valik, on Mar 30, 2009 at 5:14:06 PM

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.