search for: send_p

Displaying 4 results from an estimated 4 matches for "send_p".

Did you mean: send_ip
2000 Nov 04
0
Authentication scheme
...metric cipher, and only then do the authentication. The scheme Wessel Dankers has come up with is the following: Client Server --------------------------------------- send_id(u) send_id(u) send_metakey(R) send_metakey(R) send_ping(E) send_ping(E) send_pong(E) send_pong(E) --------------------------------------- Other requests(E)... In this scheme, the pings contain a small random number (128 bits or something like that), which must be returned by a pong. We could also name this challenge and chal_reply, wh...
2016 Nov 06
9
[Bug 98609] New: Firefox right click corrupted with DRI3
https://bugs.freedesktop.org/show_bug.cgi?id=98609 Bug ID: 98609 Summary: Firefox right click corrupted with DRI3 Product: Mesa Version: unspecified Hardware: All OS: Linux (All) Status: NEW Severity: major Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at
2008 Sep 30
1
Problem compiling tinc-1.0.8 on gcc-2.95
...s) didn't respond to PING in %ld seconds"), c->name, c->hostname, now - c->last_ping_time); - c->status.timeout = true; + c->status.st.timeout = true; terminate_connection(c, true); } else if(c->last_ping_time + pinginterval < now) { send_ping(c); } } else { - if(c->status.remove) { + if(c->status.st.remove) { logger(LOG_WARNING, _("Old connection_t for %s (%s) status %04x still lingering, deleting..."), c->name, c->hostname, c->status.value); connection_del(c); @@ -257,8 +...
2016 Aug 24
19
[Bug 97462] New: Graphics deadlock "ILLEGAL_MTHD" in nouveau with mesa version 11.2.2 when visiting Google Maps with firefox 49.0b5
https://bugs.freedesktop.org/show_bug.cgi?id=97462 Bug ID: 97462 Summary: Graphics deadlock "ILLEGAL_MTHD" in nouveau with mesa version 11.2.2 when visiting Google Maps with firefox 49.0b5 Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All)