1. 26 Nov, 2012 1 commit
    • Aurelio Colosimo's avatar
      arch-spec/spec-socket.c: initialize both EVT and GEN socket with our spec sock · 10055614
      Aurelio Colosimo authored
      PTP protocol defines two kind of sockets, "event" and "general". In spec, and
      in raw socket as a general rule, this distinction is not present, but ppsi
      makes use of both of them. So, with this patch, we use the same socket for
      both. This solves a bug in the initialization of clockIdentity with the MAC
      addr.
      See proto-ext-whiterabbit/state-initializing.c, from line 36:
      
      	id = DSDEF(ppi)->clockIdentity;
      	mac = NP(ppi)->ch[PP_NP_GEN].addr;
      	id[0] = mac[0];
      	id[1] = mac[1];
      	id[2] = mac[2];
      	id[3] = 0xff;
      Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
      10055614
  2. 25 Nov, 2012 6 commits
  3. 24 Nov, 2012 10 commits
  4. 21 Nov, 2012 1 commit
  5. 20 Nov, 2012 2 commits
  6. 13 Nov, 2012 3 commits
  7. 12 Nov, 2012 1 commit
  8. 30 Oct, 2012 6 commits
  9. 19 Oct, 2012 3 commits
  10. 26 Sep, 2012 2 commits
  11. 25 Sep, 2012 2 commits
  12. 24 Sep, 2012 1 commit
  13. 05 Sep, 2012 2 commits