Forum Discussion

GLM_191985's avatar
Feb 04, 2019

What TCP protocol used in custom monitor (get , put)

What TCP protocol used in custom monitor (get , put)

 

2 Replies

  • Which custom monitor? The monitors basically allow you to put whatever you want in the send and recv strings.

     

  • TCP is a transport layer protocol (Transmission Control Protocol).

     

    Which monitor type are you creating HTTP or HTTPS (as you have mentioned GET and PUT)? Both of these use TCP as the underlying transport layer protocol.