Page MenuHomeDevCentral

Determine if a TCP port is open
ClosedPublic

Authored by dereckson on Jul 4 2023, 21:09.
Tags
None
Referenced Files
F12423108: D3230.id8289.diff
Tue, Nov 4, 17:04
F12417763: D3230.id.diff
Tue, Nov 4, 04:58
Unknown Object (File)
Mon, Nov 3, 08:05
Unknown Object (File)
Wed, Oct 29, 20:13
Unknown Object (File)
Sat, Oct 25, 16:46
Unknown Object (File)
Fri, Oct 24, 01:30
Unknown Object (File)
Thu, Oct 23, 13:02
Unknown Object (File)
Wed, Oct 22, 20:20
Subscribers
None

Details

Summary

Create SocketAddress as a representation of a protocol, IP, port set.

Make IP, IPv4 and IPv6 a hierarchy of object representing IP addresses.

Use the Socket extension, but fallback to fsockopen if it's not available.

Use case: cache library keruald/cache tests suite needs to test if
a memcached or Redis instance is available on localhost to run those tests.

Test Plan

Tested on keruald/cache draft implementation

Diff Detail

Repository
rKERUALD Keruald libraries development repository
Lint
Lint Warnings
SeverityLocationCodeMessage
Warningomnitools/src/Network/Port.php:20PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warningomnitools/src/Network/SocketAddress.php:62PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warningomnitools/src/Network/SocketAddress.php:69PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warningomnitools/src/Network/SocketAddress.php:70PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Unit
Tests Passed
Branch
main
Build Status
Buildable 5095
Build 5376: arc lint + arc unit