Modify

Opened 14 years ago

Closed 14 years ago

#2259 closed Feature Request (Rejected)

Networking

Reported by: anonymous Owned by:
Milestone: Component: AutoIt
Version: Severity: None
Keywords: networking, tcp, udp, icmp Cc:

Description

1) ICMP support would be great:

ICMPStartup()
ICMPShutdown()
ICMPRecv( maxlen [, flag] ) ;; to receive raw icmp packets; parameters like in TCPRecv
ICMPSend(IPAddr, data) ;; to send an icmp packet containing $data to $IPAddr

2) raw socket support for TCP & UDP
Sorry, but I don't know how this should be implemented. Maybe with an additional parameter in TCPConnect/UDPOpen.

Attachments (0)

Change History (1)

comment:1 by Valik, 14 years ago

Resolution: Rejected
Status: newclosed

The socket API is right there ready to be called via DllCall().

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.