lkml.org 
[lkml]   [1997]   [Aug]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: Diff between pre-31-final(DaveM) and pre-31-4 (Linus)
Date
 # My latest patch is pre-2.0.31-5, and it actually contains some
# networking patches that never made it into David's patches, along with

Hmmmm... I wonder, could those networking changes be responsible for my
copy of CIPE (an IP tunneling across UDP) not working? After upgrading to pre-31-5,
ciped fails with:

socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 4

setsockopt(4, SOL_SOCKET, SO_RCVBUF, [65536], 4) = 0

bind(4, {sin_family=AF_INET, sin_port=htons(123),
sin_addr=inet_addr("206.4.67.2")}, 16) = 0

connect(4, {sin_family=AF_INET, sin_port=htons(123),
sin_addr=inet_addr("204.91.82.195")}, 16) = 0

getsockname(4, {sin_family=AF_INET, sin_port=htons(123),
sin_addr=inet_addr("206.4.67.2")}, [16]) = 0

ioctl(4, 0x89f1, 0xbffffbb8) = 0
ioctl(4, 0x89f2, 0xbffffbb8) = 0
ioctl(4, 0x89f3, 0xbffffbb8) = -1 ENOTCONN (Transport
endpoint is not connected)




It didn't exhibit this behavior in pre-31-3 ( I didn't even see a
pre-31-4 anyplace).

Since I'm far from being a network guru, could someone explain the
meaning of this error and perhaps point me in a direction (any
direction will do, it doesn't even have to be right :), I'll try to
figure it out myself.


\
 
 \ /
  Last update: 2005-03-22 13:40    [W:0.053 / U:0.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site