1. 31 8月, 2013 1 次提交
  2. 25 7月, 2013 1 次提交
  3. 02 4月, 2013 1 次提交
  4. 31 1月, 2013 1 次提交
    • R
      SOL_TCP is nonstandard and not in the reserved namespace · 725c5552
      Rich Felker 提交于
      alternatively, we could define it in sys/socket.h since SO* is
      reserved there, and tcp.h includes sys/socket.h in extensions mode.
      
      note that SOL_TCP is simply wrong and it's only here for compatibility
      with broken applications. the correct argument to pass for setting TCP
      socket options is IPPROTO_TCP, which of course has the same value as
      SOL_TCP but works everywhere.
      725c5552
  5. 07 12月, 2012 1 次提交
  6. 08 9月, 2012 2 次提交
  7. 23 5月, 2012 1 次提交
  8. 19 9月, 2011 1 次提交
  9. 12 2月, 2011 1 次提交