Skip to content

Commit 6a1fb16

Browse files
committed
Mention where to look for UDP support
1 parent 6a417e7 commit 6a1fb16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/Type/IO/Socket/INET.pod6

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ class IO::Socket::INET does IO::Socket {}
99
1010
C<IO::Socket::INET> provides TCP sockets, both the server and the client side.
1111
12+
For UDP support, please see L<IO::Socket::Async>.
13+
1214
Here is an example of a very simplistic "echo" server that listens on
1315
C<localhost>, port C<3333>:
1416

0 commit comments

Comments
 (0)