Skip to content

Commit 3a55fe1

Browse files
authored
Update networking.rst (#20151)
tcp_echo_client.cpp -> tcp_echo_client.c
1 parent df74d74 commit 3a55fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/source/docs/porting/networking.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ POSIX sockets proxying builds on top of the Emscripten WebSockets library, and
7878
requires multithreading and proxying the application ``main()`` to a pthread.
7979

8080
For an example of how the POSIX Sockets proxy server works in an Emscripten
81-
client program, see the file ``test/websocket/tcp_echo_client.cpp``.
81+
client program, see the file ``test/websocket/tcp_echo_client.c``.
8282

8383
XmlHttpRequests and Fetch API
8484
=============================

0 commit comments

Comments
 (0)