Modify ↓
Opened 12 years ago
Closed 12 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 Changed 12 years ago by Valik
- Resolution set to Rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
The socket API is right there ready to be called via DllCall().