[Gambas-user] Gambas and TCP "PSH" (push) flag?

Alexie ualex73 at ...626...
Mon Jan 20 16:44:57 CET 2014


Hi,

I am writing a client and server application to send data, only for some
"raw" TCP communication I need to use the "PSH" (push) flag. This notifies
the other side no data will come and the other side can send a response.

I tried with the gb.net sockets, but I never get the PSH flag in my TCP
traffic. Is it possible to do this in Gambas?

Some information about the PSH:

http://stackoverflow.com/questions/6835216/how-to-push-i-e-flush-data-sent-to-a-tcp-stream

Regards,
Alex



More information about the User mailing list