When developers will add to the standard build Lazarus components tcp/ip ?
what was the reason not to add controls in current version of Lazarus?
How do you visualize a TCP/IP connection? Bit of a nonsense.
FPC contains many ways to use TCP/IP (but you really mean sockets which is something different) in its standard distribution.
If you want components (which is nonsense IMNSHO) use Indy. Easy to use and well maintained.
If you want performance, use something else, though.
And indeed as Marco says ICS also works well (better than Indy).
I do not know the state of visual synapse because I never used it, but Synapse itself is extremely good and performant. It is my default goto.
But fcl-web is getting better and better all the time, is in the standard distribution, cross-platform and performant as well.
These are classes, not components.