Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
apsrcreatix
GitHub Repository: apsrcreatix/Socket-Programming-With-C
Path: blob/master/07-full-duplex-chat-tcp-ip/README.md
136 views

Instructions

  • If you don't have knowledge of basics of TCP, please check previous topics 03-tcp-ip-client-server

  • We are preparing full duplex communication method

  • Full Duplex : Refers to the transmission of data in both direction at any time.

  • We are using fork() function for making a child process and then switching between the recv and send mode.