summaryrefslogtreecommitdiffstats
path: root/docs/htmldocs
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-12-04 23:40:21 +0000
committerLuke Leighton <lkcl@samba.org>1999-12-04 23:40:21 +0000
commit43e158c4261e51678d6e7f77ceb4a1c7281a2525 (patch)
tree5a4a2d7ee0c73c9d835ed479355e2dece84c25c8 /docs/htmldocs
parent84d7cc63239ea67481f6382da58d0678a21011fb (diff)
downloadsamba-43e158c4261e51678d6e7f77ceb4a1c7281a2525.tar.gz
samba-43e158c4261e51678d6e7f77ceb4a1c7281a2525.tar.xz
samba-43e158c4261e51678d6e7f77ceb4a1c7281a2525.zip
argh! how horrible! spent ages working out why packets weren't being
received properly when a UDP "retry" occurs. it's because reads and writes must be interleaved / matched. scenario: nmblookup connects to agent, sends request. agent receives request, broadcasts it on 137. agent RECEIVES 137 broadcast, sends it to nmblookup agent receives RESPONSE to 137 broadcast, sends it to nmblookup. if reads are not equally interspersed with writes, then second send will fail. if you think this is odd behaviour and that the agent should be filtering its own UDP traffic, think again. agent will be, potentially, redirecting nmbd traffic (including WINS server) not just client programs.
Diffstat (limited to 'docs/htmldocs')
0 files changed, 0 insertions, 0 deletions