1
0
mirror of https://github.com/ubf/ubf.git synced 2026-04-29 08:08:32 +00:00
Files
ubf/src
Joseph Wayne Norton 59e4575f10 GMT BZ29373: fix race condition just after connection establishment
The ubf listener has a window for a possible race condition just after
connection establishment.  TCP/IP data sent by the client can be
ignored before the contract driver process has been completely
initialized.  For normal ubf client and server interaction, this race
condition is not visiable due to the inherit network latency and to
client that is initially busy reading the server hello before sending
it's first request to the server.
2010-11-10 11:25:10 +09:00
..