Commit Graph

7 Commits

Author SHA1 Message Date
2f57c6131c added types of sockets and their comparison (#30893)
Added information about TCP and UDP protocols and their corresponding sockets ie. stream and datagram sockets.
Comparison is also added.
2019-01-30 14:22:50 -08:00
c6d4a54a7d small grammar changes (#27575) 2019-01-30 14:05:31 -08:00
3ff24a2a84 Corrected typos, grammar (#27201)
Fixed some spelling, capitalization, and punctuation errors and did minor edits for clarity
2019-01-30 13:54:35 -08:00
2c1c11c34a Added resource link to Beej's Networking Guide (#25241)
Added a link to https://beej.us/guide/bgnet/, which is an excellent resource for learning network programming in C
2018-12-18 23:41:36 -05:00
251092a359 Example to Basic Socket Programming (#22179)
A link has been added for example to socket programming.
2018-11-19 16:32:41 -05:00
e3afefd2a2 fix(guide): Add protocol information 2018-10-31 21:16:18 -04:00
da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30